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(PlanIdentifier plan,
String name)
Specifies a deployment project.
|
Modifier and Type | Method and Description |
---|---|
PlanIdentifier |
PlanPermissions.getPlanIdentifier() |
Constructor and Description |
---|
PlanPermissions(PlanIdentifier planIdentifier) |
Modifier and Type | Method and Description |
---|---|
PlanIdentifier |
Plan.getIdentifier()
Returns identifier for this object.
|
PlanIdentifier |
PlanIdentifier.key(BambooKey key) |
PlanIdentifier |
PlanIdentifier.key(String key) |
PlanIdentifier |
PlanIdentifier.oid(BambooOid oid) |
PlanIdentifier |
PlanIdentifier.oid(String oid) |
PlanIdentifier |
PlanIdentifier.projectKey(BambooKey key) |
PlanIdentifier |
PlanIdentifier.projectKey(String key) |
Modifier and Type | Method and Description |
---|---|
Dependencies |
Dependencies.childPlans(PlanIdentifier... childPlans)
Adds child plans.
|
Dependencies |
EmptyDependenciesList.childPlans(PlanIdentifier... childPlans)
Deprecated.
|
Constructor and Description |
---|
PlanPermissionsProperties(PlanIdentifier planIdentifier,
Permissions permissions) |
Modifier and Type | Method and Description |
---|---|
ArtifactDownloaderTask |
ArtifactDownloaderTask.sourcePlan(PlanIdentifier planIdentifier)
Specifies the plan that is the source of the artifacts.
|
ArtifactItem |
ArtifactItem.sourcePlan(PlanIdentifier planIdentifier)
Specify from which plan a downloaded artifact shall be taken.
|
Modifier and Type | Method and Description |
---|---|
PlansGreenTriggerCondition |
PlansGreenTriggerCondition.plans(PlanIdentifier... plans) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.