| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.deployment |
Deployment project and environments.
|
| com.atlassian.bamboo.specs.api.builders.permission |
Permissions like plan permissions, deployment permissions etc.
|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.builders.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
| com.atlassian.bamboo.specs.api.model.permission |
Immutable permissions like plan permissions properties, deployment permissions properties etc.
|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| com.atlassian.bamboo.specs.builders.trigger |
Build triggers.
|
| Constructor and Description |
|---|
Deployment(@NotNull PlanIdentifier plan,
@NotNull String name)
Specifies a deployment project.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull PlanIdentifier |
PlanPermissions.getPlanIdentifier() |
| Constructor and Description |
|---|
PlanPermissions(PlanIdentifier planIdentifier) |
| 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 |
|---|---|
@NotNull Dependencies |
EmptyDependenciesList.childPlans(PlanIdentifier... childPlans)
Deprecated.
|
@NotNull Dependencies |
Dependencies.childPlans(PlanIdentifier... childPlans)
Adds child plans.
|
| Constructor and Description |
|---|
PlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier,
@NotNull Permissions permissions) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDownloaderTask |
ArtifactDownloaderTask.sourcePlan(@NotNull PlanIdentifier planIdentifier)
Specifies the plan that is the source of the artifacts.
|
ArtifactItem |
ArtifactItem.sourcePlan(@NotNull PlanIdentifier planIdentifier)
Specify from which plan a downloaded artifact shall be taken.
|
| Modifier and Type | Method and Description |
|---|---|
PlansGreenTriggerCondition |
PlansGreenTriggerCondition.plans(PlanIdentifier... plans) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.