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 public class EmptyDependenciesList extends Dependencies
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EmptyDependenciesList()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected EmptyDependenciesListPropertiesbuild()Deprecated.@NotNull DependencieschildPlans(@NotNull PlanIdentifier... childPlans)Deprecated.Adds child plans.@NotNull Dependenciesconfiguration(@NotNull DependenciesConfiguration dependenciesConfiguration)Deprecated.Sets dependencies configuration.
-
-
-
Method Detail
-
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:
DependenciesConfiguration
-
childPlans
@NotNull public @NotNull Dependencies childPlans(@NotNull @NotNull PlanIdentifier... 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
protected EmptyDependenciesListProperties build()
Deprecated.- Overrides:
buildin classDependencies
-
-