Java Code Examples for org.gitlab4j.api.Constants#DeployTokenScope
The following examples show how to use
org.gitlab4j.api.Constants#DeployTokenScope .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: DeployToken.java From gitlab4j-api with MIT License | 4 votes |
public List<Constants.DeployTokenScope> getScopes() { return scopes; }
Example 2
Source File: DeployToken.java From gitlab4j-api with MIT License | 4 votes |
public void setScopes(List<Constants.DeployTokenScope> scopes) { this.scopes = scopes; }