Package | Description |
---|---|
org.guvnor.structure.backend.repositories |
Modifier and Type | Method and Description |
---|---|
static BranchAccessAuthorizer.AccessType |
BranchAccessAuthorizer.AccessType.valueOf(org.eclipse.jgit.transport.ReceiveCommand.Type commandType) |
static BranchAccessAuthorizer.AccessType |
BranchAccessAuthorizer.AccessType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BranchAccessAuthorizer.authorize(String user,
String spaceName,
String repositoryIdentifier,
String repositoryAlias,
String branchName,
BranchAccessAuthorizer.AccessType accessType) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.