Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Constants.DeployTokenScope> |
DeployToken.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
DeployToken.setScopes(List<Constants.DeployTokenScope> scopes) |
Copyright © 2020. All rights reserved.