Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
Package
Description
Plan, plan branches, stages and jobs.
Plan dependencies (so that build of one plan may trigger builds of another plans).
-
Uses of Dependencies in com.atlassian.bamboo.specs.api.builders.plan
Modifier and TypeMethodDescriptionPlan.dependencies
(@NotNull Dependencies dependencies) Specifies configuration of dependencies support for this plan. -
Uses of Dependencies in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Modifier and TypeMethodDescription@NotNull Dependencies
Dependencies.childPlans
(@NotNull PlanIdentifier... childPlans) Adds child plans.@NotNull Dependencies
EmptyDependenciesList.childPlans
(@NotNull PlanIdentifier... childPlans) Deprecated.@NotNull Dependencies
Dependencies.configuration
(@NotNull DependenciesConfiguration dependenciesConfiguration) Sets dependencies configuration.@NotNull Dependencies
EmptyDependenciesList.configuration
(@NotNull DependenciesConfiguration dependenciesConfiguration) Deprecated.