Uses of Class
org.guvnor.structure.backend.repositories.BranchAccessAuthorizer.AccessType
-
Packages that use BranchAccessAuthorizer.AccessType Package Description org.guvnor.structure.backend.repositories -
-
Uses of BranchAccessAuthorizer.AccessType in org.guvnor.structure.backend.repositories
Methods in org.guvnor.structure.backend.repositories that return BranchAccessAuthorizer.AccessType Modifier and Type Method Description static BranchAccessAuthorizer.AccessTypeBranchAccessAuthorizer.AccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static BranchAccessAuthorizer.AccessTypeBranchAccessAuthorizer.AccessType. valueOf(org.eclipse.jgit.transport.ReceiveCommand.Type commandType)Returns the enum constant of this type with the specified name.static BranchAccessAuthorizer.AccessType[]BranchAccessAuthorizer.AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.guvnor.structure.backend.repositories with parameters of type BranchAccessAuthorizer.AccessType Modifier and Type Method Description booleanBranchAccessAuthorizer. authorize(String user, String spaceName, String repositoryIdentifier, String repositoryAlias, String branchName, BranchAccessAuthorizer.AccessType accessType)
-