Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type DependenciesModifier 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
Subclasses of Dependencies in com.atlassian.bamboo.specs.api.builders.plan.dependenciesMethods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesModifier and TypeMethodDescription@NotNull DependenciesDependencies.childPlans(@NotNull PlanIdentifier... childPlans) Adds child plans.@NotNull DependenciesEmptyDependenciesList.childPlans(@NotNull PlanIdentifier... childPlans) Deprecated.@NotNull DependenciesDependencies.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration) Sets dependencies configuration.@NotNull DependenciesEmptyDependenciesList.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration) Deprecated.