| Package | Description |
|---|---|
| org.gitlab.api.models |
| Modifier and Type | Method and Description |
|---|---|
GitlabBuildVariable.VariableType |
GitlabBuildVariable.getVariableType() |
static GitlabBuildVariable.VariableType |
GitlabBuildVariable.VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitlabBuildVariable.VariableType[] |
GitlabBuildVariable.VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitlabBuildVariable.setVariableType(GitlabBuildVariable.VariableType variableType) |
| Constructor and Description |
|---|
GitlabBuildVariable(String key,
String value,
GitlabBuildVariable.VariableType variableType) |
Copyright © 2019. All rights reserved.