| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull PlanIdentifier |
Plan.getIdentifier()
Returns identifier for this object.
|
PlanIdentifier |
PlanIdentifier.key(@NotNull BambooKey key) |
PlanIdentifier |
PlanIdentifier.key(@NotNull String key) |
PlanIdentifier |
PlanIdentifier.oid(@NotNull BambooOid oid) |
PlanIdentifier |
PlanIdentifier.oid(@NotNull String oid) |
PlanIdentifier |
PlanIdentifier.projectKey(@NotNull BambooKey key) |
PlanIdentifier |
PlanIdentifier.projectKey(@NotNull String key) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDownloaderTask |
ArtifactDownloaderTask.sourcePlan(@NotNull PlanIdentifier planIdentifier)
Specifies the plan that is the source of the artifacts.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.