Uses of Class
org.gitlab4j.api.Constants.DeployTokenScope
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of Constants.DeployTokenScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.DeployTokenScope Modifier and Type Method Description static Constants.DeployTokenScope
Constants.DeployTokenScope. forValue(String value)
static Constants.DeployTokenScope
Constants.DeployTokenScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.DeployTokenScope[]
Constants.DeployTokenScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.gitlab4j.api with type arguments of type Constants.DeployTokenScope Modifier and Type Method Description DeployToken
DeployTokensApi. addGroupDeployToken(Object groupIdOrPath, String name, Date expiresAt, String username, List<Constants.DeployTokenScope> scopes)
Creates a new deploy token for a group.DeployToken
DeployTokensApi. addProjectDeployToken(Object projectIdOrPath, String name, Date expiresAt, String username, List<Constants.DeployTokenScope> scopes)
Creates a new deploy token for a project. -
Uses of Constants.DeployTokenScope in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type Constants.DeployTokenScope Modifier and Type Method Description List<Constants.DeployTokenScope>
DeployToken. getScopes()
Method parameters in org.gitlab4j.api.models with type arguments of type Constants.DeployTokenScope Modifier and Type Method Description void
DeployToken. setScopes(List<Constants.DeployTokenScope> scopes)