Uses of Class
org.gitlab4j.api.models.DeployToken
Packages that use DeployToken
-
Uses of DeployToken in org.gitlab4j.api
Methods in org.gitlab4j.api that return DeployTokenModifier 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.Methods in org.gitlab4j.api that return types with arguments of type DeployTokenModifier and TypeMethodDescriptionDeployTokensApi.getDeployTokens()Get a list of all deploy tokens across the GitLab instance.DeployTokensApi.getDeployTokens(int itemsPerPage) Get a Pager of all deploy tokens across all projects of the GitLab instance.DeployTokensApi.getDeployTokensStream()Get a Stream of all deploy tokens across all projects of the GitLab instance.DeployTokensApi.getGroupDeployTokens(Object groupIdOrPath) Get a list of the deploy tokens for the specified group.DeployTokensApi.getGroupDeployTokens(Object groupIdOrPath, int itemsPerPage) Get a Pager of the deploy tokens for the specified group.DeployTokensApi.getGroupDeployTokensStream(Object groupIdOrPath) Get a list of the deploy tokens for the specified group.DeployTokensApi.getProjectDeployTokens(Object projectIdOrPath) Get a list of the deploy tokens for the specified project.DeployTokensApi.getProjectDeployTokens(Object projectIdOrPath, int itemsPerPage) Get a Pager of the deploy tokens for the specified project.DeployTokensApi.getProjectDeployTokensStream(Object projectIdOrPath) Get a list of the deploy tokens for the specified project.