Uses of Class
org.gitlab4j.api.models.Variable.Type
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of Variable.Type in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Variable.Type Modifier and Type Method Description VariableProjectApi. createVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean isMasked)Create a new project variable.VariableProjectApi. createVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean isMasked, String environmentScope)Create a new project variable.VariableProjectApi. updateVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean masked)Update a project variable.VariableProjectApi. updateVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean masked, String environmentScope)Update a project variable. -
Uses of Variable.Type in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Variable.Type Modifier and Type Method Description static Variable.TypeVariable.Type. forValue(String value)Variable.TypeVariable. getVariableType()static Variable.TypeVariable.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.Methods in org.gitlab4j.api.models with parameters of type Variable.Type Modifier and Type Method Description voidVariable. setVariableType(Variable.Type variableType)