Uses of Enum Class
org.miaixz.bus.gitlab.Constants.DeployTokenScope
Packages that use Constants.DeployTokenScope
-
Uses of Constants.DeployTokenScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return Constants.DeployTokenScopeModifier and TypeMethodDescriptionstatic Constants.DeployTokenScopestatic Constants.DeployTokenScopeReturns the enum constant of this class with the specified name.static Constants.DeployTokenScope[]Constants.DeployTokenScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.miaixz.bus.gitlab 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.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return types with arguments of type Constants.DeployTokenScopeMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type Constants.DeployTokenScopeModifier and TypeMethodDescriptionvoidDeployToken.setScopes(List<Constants.DeployTokenScope> scopes)