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.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.createOnly()
Indicates that variable is automatically updated by build or deployment process.
|
Variable |
Variable.name(String name)
Sets variable name.
|
Variable |
Variable.value(String value)
Sets variable value.
|
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.variables(Variable... variables)
Adds deployment environment variables.
|
Modifier and Type | Method and Description |
---|---|
Plan |
Plan.variables(Variable... variables)
Adds plan variables.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.