| Package | Description |
|---|---|
| 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.task |
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs. |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.finalTasks(Task<?,?>... finalTasks)
Adds provided
Tasks to the list of the final tasks executed by the environment. |
Environment |
Environment.tasks(Task<?,?>... tasks)
Adds provided
Tasks to the list of tasks executed by the environment. |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.finalTasks(Task<?,?>... finalTasks)
Adds provided
Tasks to the list of the final tasks executed by the job. |
Job |
Job.tasks(Task<?,?>... tasks)
Adds provided
Tasks to the list of tasks executed by the job. |
| Modifier and Type | Class and Description |
|---|---|
class |
Task<T extends Task<T,P>,P extends TaskProperties>
Represents a Bamboo task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyTask
Represents a task of any type.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.