Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
-
Packages that use Dependencies 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). -
-
Uses of Dependencies in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Dependencies Modifier and Type Method Description PlanPlan. 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.dependencies Modifier and Type Class Description classEmptyDependenciesListDeprecated.Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return Dependencies Modifier and Type Method Description @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.
-