Uses of Class
com.atlassian.bamboo.specs.api.builders.Variable
-
Packages that use Variable Package Description com.atlassian.bamboo.specs.api.builders The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.project Bamboo project (which is a container for plans). -
-
Uses of Variable in com.atlassian.bamboo.specs.api.builders
Methods in com.atlassian.bamboo.specs.api.builders that return Variable Modifier and Type Method Description VariableVariable. createOnly()Indicates that variable is automatically updated by build or deployment process.VariableVariable. name(@NotNull java.lang.String name)Sets variable name.VariableVariable. value(@NotNull java.lang.String value)Sets variable value. -
Uses of Variable in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type Variable Modifier and Type Method Description EnvironmentEnvironment. variables(@NotNull Variable... variables)Adds deployment environment variables. -
Uses of Variable in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Variable Modifier and Type Method Description PlanPlan. variables(@NotNull Variable... variables)Adds plan variables. -
Uses of Variable in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project with parameters of type Variable Modifier and Type Method Description ProjectProject. variables(@NotNull Variable... variables)Adds project variables.
-