| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.deployment |
Deployment project and environments.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.description(String description)
Sets the environment description.
|
Environment |
Environment.notifications(Notification... notifications)
Appends a notification rule to the environment.
|
Environment |
Environment.requirements(Requirement... requirements)
Adds custom requirements to the environment.
|
Environment |
Environment.tasks(Task<?,?>... tasks)
Adds provided
Tasks to the list of tasks executed by the environment. |
Environment |
Environment.triggers(Trigger<?,?>... triggers)
Adds triggers to this environment.
|
Environment |
Environment.variables(Variable... variables)
Adds deployment environment variables.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.environments(Environment... environments)
Adds the environments to the end of environments list.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.