Class EmptyDependenciesList
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<DependenciesProperties>
com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
com.atlassian.bamboo.specs.api.builders.plan.dependencies.EmptyDependenciesList
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EmptyDependenciesListPropertiesbuild()Deprecated.@NotNull DependencieschildPlans(@NotNull PlanIdentifier... childPlans) Deprecated.Adds child plans.@NotNull Dependenciesconfiguration(@NotNull DependenciesConfiguration dependenciesConfiguration) Deprecated.Sets dependencies configuration.
-
Constructor Details
-
EmptyDependenciesList
public EmptyDependenciesList()Deprecated.
-
-
Method Details
-
configuration
@NotNull public @NotNull Dependencies configuration(@NotNull @NotNull DependenciesConfiguration dependenciesConfiguration) throws PropertiesValidationException Deprecated.Description copied from class:DependenciesSets dependencies configuration.- Overrides:
configurationin classDependencies- Throws:
PropertiesValidationException- See Also:
-
childPlans
Deprecated.Description copied from class:DependenciesAdds child plans. When the current plan builds successfully, it will trigger the child plans to build.- Overrides:
childPlansin classDependencies
-
build
Deprecated.- Overrides:
buildin classDependencies
-