Uses of Enum Class
org.aoju.bus.gitlab.models.Variable.Type
Packages that use Variable.Type
-
Uses of Variable.Type in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab with parameters of type Variable.TypeModifier and TypeMethodDescriptionProjectApi.createVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean isMasked) Create a new project variable.ProjectApi.createVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean isMasked, String environmentScope) Create a new project variable.ProjectApi.updateVariable(Object projectIdOrPath, String key, String value, Variable.Type variableType, Boolean isProtected, Boolean masked) Update a project variable.ProjectApi.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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Variable.TypeModifier and TypeMethodDescriptionstatic Variable.TypeVariable.getVariableType()static Variable.TypeReturns the enum constant of this class with the specified name.static Variable.Type[]Variable.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.models with parameters of type Variable.Type