Uses of Class
com.atlassian.bamboo.specs.api.model.VariableProperties
-
Packages that use VariableProperties 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.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.validators The 'validators.*' packages contain data validators, you usually won't call them directly, unless writing own builders. -
-
Uses of VariableProperties in com.atlassian.bamboo.specs.api.builders
Methods in com.atlassian.bamboo.specs.api.builders that return VariableProperties Modifier and Type Method Description protected VariablePropertiesVariable. build() -
Uses of VariableProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type VariableProperties Modifier and Type Method Description java.util.List<VariableProperties>EnvironmentProperties. getVariables() -
Uses of VariableProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type VariableProperties Modifier and Type Method Description @NotNull java.util.List<VariableProperties>PlanProperties. getVariables() -
Uses of VariableProperties in com.atlassian.bamboo.specs.api.model.project
Methods in com.atlassian.bamboo.specs.api.model.project that return types with arguments of type VariableProperties Modifier and Type Method Description @NotNull java.util.List<VariableProperties>ProjectProperties. getVariables()Constructor parameters in com.atlassian.bamboo.specs.api.model.project with type arguments of type VariableProperties Constructor Description ProjectProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, @NotNull java.util.List<VariableProperties> variables, @NotNull java.util.List<SharedCredentialsProperties> sharedCredentials, @NotNull java.util.List<VcsRepositoryProperties> repositories, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of VariableProperties in com.atlassian.bamboo.specs.api.validators
Methods in com.atlassian.bamboo.specs.api.validators with parameters of type VariableProperties Modifier and Type Method Description static java.util.List<ValidationProblem>VariableValidator. validate(@NotNull VariableProperties variableProperties)Method parameters in com.atlassian.bamboo.specs.api.validators with type arguments of type VariableProperties Modifier and Type Method Description static java.util.List<ValidationProblem>VariableValidator. validateUniqueVariableNames(java.util.List<VariableProperties> variables)
-