| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.artifacts(Artifact... artifacts)
Adds provided
Artifacts to the list of artifacts produced by the job. |
Job |
Job.artifactSubscriptions(ArtifactSubscription... subscriptions)
Add artifact subscriptions.
|
Job |
Job.cleanWorkingDirectory(boolean cleanWorkingDirectory)
Specifies if job should clean working directory after executing.
|
Job |
Job.description(String description)
Sets the job's description.
|
Job |
Job.enabled(boolean enabled)
Enables/disables the job.
|
Job |
Job.finalTasks(Task<?,?>... finalTasks)
Adds provided
Tasks to the list of the final tasks executed by the job. |
Job |
Job.key(BambooKey key)
Sets the job's key.
|
Job |
Job.key(String key)
Sets the job's key.
|
Job |
Job.name(String name)
Sets the job's name.
|
Job |
Job.noPluginConfigurations()
Deprecated.
|
Job |
Job.pluginConfigurations(PluginConfiguration... pluginConfigurations)
Appends plugin configuration to the plan.
|
Job |
Job.requirements(Requirement... requirements)
Adds custom requirements to the job.
|
Job |
Job.tasks(Task<?,?>... tasks)
Adds provided
Tasks to the list of tasks executed by the job. |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.jobs(Job... jobs)
Adds
Jobs to the stage. |
| Constructor and Description |
|---|
Job(Job copy) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.