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
-
Method Summary
Modifier and TypeMethodDescriptionprotected EmptyDependenciesListProperties
build()
Deprecated.@NotNull Dependencies
childPlans
(@NotNull PlanIdentifier... childPlans) Deprecated.Adds child plans.@NotNull Dependencies
configuration
(@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:Dependencies
Sets dependencies configuration.- Overrides:
configuration
in classDependencies
- Throws:
PropertiesValidationException
- See Also:
-
childPlans
Deprecated.Description copied from class:Dependencies
Adds child plans. When the current plan builds successfully, it will trigger the child plans to build.- Overrides:
childPlans
in classDependencies
-
build
Deprecated.- Overrides:
build
in classDependencies
-