| 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(@NotNull 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 |
|---|---|
@NotNull Dependencies |
EmptyDependenciesList.childPlans(PlanIdentifier... childPlans)
Deprecated.
|
@NotNull Dependencies |
Dependencies.childPlans(PlanIdentifier... childPlans)
Adds child plans.
|
@NotNull Dependencies |
EmptyDependenciesList.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)
Deprecated.
|
@NotNull Dependencies |
Dependencies.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)
Sets dependencies configuration.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.