Uses of Enum
org.gitlab4j.api.Constants.DeployTokenScope
Packages that use Constants.DeployTokenScope
-
Uses of Constants.DeployTokenScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.DeployTokenScopeModifier and TypeMethodDescriptionstatic Constants.DeployTokenScope
static Constants.DeployTokenScope
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.DeployTokenScopeModifier and TypeMethodDescriptionDeployTokensApi.addGroupDeployToken
(Object groupIdOrPath, String name, Date expiresAt, String username, List<Constants.DeployTokenScope> scopes) Creates a new deploy token for a group.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.DeployTokenScopeMethod parameters in org.gitlab4j.api.models with type arguments of type Constants.DeployTokenScopeModifier and TypeMethodDescriptionvoid
DeployToken.setScopes
(List<Constants.DeployTokenScope> scopes)