A B C D F G N O P R S 
All Classes All Packages

A

acceptChange(HttpServletRequest, HttpServletResponse, BranchActionData) - Method in class org.apereo.cas.mgmt.controller.PullController
Method will merge the submitted pull request into the services-repo.
addNote(HttpServletRequest, HttpServletResponse, CNote) - Method in class org.apereo.cas.mgmt.controller.NoteController
Method will add the supplied note from the client to the submit request in the repo.

B

branches(HttpServletResponse, HttpServletRequest, boolean[]) - Method in class org.apereo.cas.mgmt.controller.PullController
Method will create a list of branches that have been submitted by users to be merged into the services-repo.

C

createBranch(GitUtil.BranchMap) - Static method in class org.apereo.cas.mgmt.controller.DelegatedUtil
Method creates a branch object to be returned to the client.

D

DelegatedUtil - Class in org.apereo.cas.mgmt.controller
Utility class for delegated functions.
DelegatedUtil() - Constructor for class org.apereo.cas.mgmt.controller.DelegatedUtil
 

F

filterPulls(GitUtil.BranchMap, boolean[]) - Static method in class org.apereo.cas.mgmt.controller.DelegatedUtil
Method will filter refs to only the statuses on Options.

G

getNotes(HttpServletResponse, String) - Method in class org.apereo.cas.mgmt.controller.NoteController
Method will return all notes that have been added to a submit request.

N

NoteController - Class in org.apereo.cas.mgmt.controller
Controller for handling note requests.
NoteController() - Constructor for class org.apereo.cas.mgmt.controller.NoteController
 

O

org.apereo.cas.mgmt.controller - package org.apereo.cas.mgmt.controller
 

P

PullController - Class in org.apereo.cas.mgmt.controller
Controller to handle pull requests.
PullController(RepositoryFactory, CasUserProfileFactory, CasManagementConfigurationProperties, CommunicationsManager) - Constructor for class org.apereo.cas.mgmt.controller.PullController
 

R

rejectChange(HttpServletRequest, HttpServletResponse, BranchActionData) - Method in class org.apereo.cas.mgmt.controller.PullController
Method will mark the submitted pull request as being rejected by an admin.
revertSubmit(HttpServletRequest, HttpServletResponse, String) - Method in class org.apereo.cas.mgmt.controller.SubmitController
Method will revert a submitted pull request from a user's repository if it has been rejected by an admin.

S

SubmitController - Class in org.apereo.cas.mgmt.controller
Controller to handle submit requests.
SubmitController() - Constructor for class org.apereo.cas.mgmt.controller.SubmitController
 
submitPull(HttpServletResponse, HttpServletRequest, String) - Method in class org.apereo.cas.mgmt.controller.SubmitController
Method commits the working dir of the user and creates a submit branch that is made into a pull request.
submits(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.mgmt.controller.SubmitController
Method will create and return a list of branches that have been submitted as pull request by users.
A B C D F G N O P R S 
All Classes All Packages