Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Plan |
Plan.dependencies(Dependencies dependencies)
Specifies configuration of dependencies support for this plan.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyDependenciesList
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Dependencies |
Dependencies.childPlans(PlanIdentifier... childPlans)
Adds child plans.
|
Dependencies |
EmptyDependenciesList.childPlans(PlanIdentifier... childPlans)
Deprecated.
|
Dependencies |
Dependencies.configuration(DependenciesConfiguration dependenciesConfiguration)
Sets dependencies configuration.
|
Dependencies |
EmptyDependenciesList.configuration(DependenciesConfiguration dependenciesConfiguration)
Deprecated.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.