| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method and Description |
|---|---|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean isMasked)
Create a new project variable.
|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean isMasked,
String environmentScope)
Create a new project variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean masked)
Update a project variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean masked,
String environmentScope)
Update a project variable.
|
| Modifier and Type | Method and Description |
|---|---|
static Variable.Type |
Variable.Type.forValue(String value) |
Variable.Type |
Variable.getVariableType() |
static Variable.Type |
Variable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variable.Type[] |
Variable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.setVariableType(Variable.Type variableType) |
Copyright © 2021. All rights reserved.