Uses of Class
org.gitlab4j.api.models.Variable
Packages that use Variable
-
Uses of Variable in org.gitlab4j.api
Methods in org.gitlab4j.api that return VariableModifier and TypeMethodDescriptionPipelineApi.createPipelineScheduleVariable
(Object projectIdOrPath, Long pipelineScheduleId, String key, String value) Create a pipeline schedule variable.GroupApi.createVariable
(Object groupIdOrPath, String key, String value, Boolean isProtected) Create a new group variable.GroupApi.createVariable
(Object groupIdOrPath, String key, String value, Boolean isProtected, Boolean masked) Create a new group variable.ProjectApi.createVariable
(Object projectIdOrPath, String key, String value, Boolean isProtected) Create a new project variable.ProjectApi.createVariable
(Object projectIdOrPath, String key, String value, Boolean isProtected, String environmentScope) Create a new project variable.ProjectApi.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.GroupApi.getVariable
(Object groupIdOrPath, String key) Get the details of a group variable.ProjectApi.getVariable
(Object projectIdOrPath, String key) Get the details of a project variable.PipelineApi.updatePipelineScheduleVariable
(Object projectIdOrPath, Long pipelineScheduleId, String key, String value) Update a pipeline schedule variable.GroupApi.updateVariable
(Object groupIdOrPath, String key, String value, Boolean isProtected) Update a group variable.GroupApi.updateVariable
(Object groupIdOrPath, String key, String value, Boolean isProtected, Boolean masked) Update a group variable.ProjectApi.updateVariable
(Object projectIdOrPath, String key, String value, Boolean isProtected) Update a project variable.ProjectApi.updateVariable
(Object projectIdOrPath, String key, String value, Boolean isProtected, String environmentScope) Update a 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.Methods in org.gitlab4j.api that return types with arguments of type VariableModifier and TypeMethodDescriptionGroupApi.getOptionalVariable
(Object groupIdOrPath, String key) Get the details of a group variable as an Optional instance.ProjectApi.getOptionalVariable
(Object projectIdOrPath, String key) Get the details of a variable as an Optional instance.PipelineApi.getPipelineVariables
(Object projectIdOrPath, Long pipelineId) Get List of variables of a pipeline.PipelineApi.getPipelineVariables
(Object projectIdOrPath, Long pipelineId, int itemsPerPage) Get a Pager of variables of a pipeline.PipelineApi.getPipelineVariablesStream
(Object projectIdOrPath, Long pipelineId) Get a Stream of variables of a pipeline as a Stream.GroupApi.getVariables
(Object groupIdOrPath) Get list of a group’s variables.GroupApi.getVariables
(Object groupIdOrPath, int itemsPerPage) Get a Pager of variables belonging to the specified group.GroupApi.getVariables
(Object groupIdOrPath, int page, int perPage) Get a list of variables for the specified group in the specified page range.ProjectApi.getVariables
(Object projectIdOrPath) Get list of a project's variables.ProjectApi.getVariables
(Object projectIdOrPath, int itemsPerPage) Get a Pager of variables belonging to the specified project.ProjectApi.getVariables
(Object projectIdOrPath, int page, int perPage) Get a list of variables for the specified project in the specified page range.GroupApi.getVariablesStream
(Object groupIdOrPath) Get a Stream of variables belonging to the specified group.ProjectApi.getVariablesStream
(Object projectIdOrPath) Get a Stream of variables belonging to the specified project.Method parameters in org.gitlab4j.api with type arguments of type VariableModifier and TypeMethodDescriptionPipelineApi.createPipeline
(Object projectIdOrPath, String ref, List<Variable> variables) Create a pipelines in a project.PipelineApi.triggerPipeline
(Object projectIdOrPath, String token, String ref, List<Variable> variables) Trigger a pipeline for a project.PipelineApi.triggerPipeline
(Object projectIdOrPath, Trigger trigger, String ref, List<Variable> variables) Trigger a pipeline for a project.Fluent method for adding a List<Variable> type query and form parameters to a get(), post(), or put() call. -
Uses of Variable in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type VariableModifier and TypeMethodDescriptionVariable.convertMapToList
(Map<String, String> variables) Create a List of Variable from the provided Map.PipelineSchedule.getVariables()
Method parameters in org.gitlab4j.api.models with type arguments of type Variable -
Uses of Variable in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return types with arguments of type VariableMethod parameters in org.gitlab4j.api.webhook with type arguments of type VariableModifier and TypeMethodDescriptionvoid
PipelineEvent.ObjectAttributes.setVariables
(List<Variable> variables)