Class EmptyDependenciesListProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
-
- com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable @Deprecated public final class EmptyDependenciesListProperties extends DependenciesProperties
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EmptyDependenciesListProperties()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.java.util.List<PlanIdentifierProperties>getChildPlans()Deprecated.DependenciesConfigurationPropertiesgetDependenciesConfigurationProperties()Deprecated.inthashCode()Deprecated.voidvalidate()Deprecated.
-
-
-
Method Detail
-
getDependenciesConfigurationProperties
public DependenciesConfigurationProperties getDependenciesConfigurationProperties()
Deprecated.- Overrides:
getDependenciesConfigurationPropertiesin classDependenciesProperties
-
getChildPlans
public java.util.List<PlanIdentifierProperties> getChildPlans()
Deprecated.- Overrides:
getChildPlansin classDependenciesProperties
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classDependenciesProperties
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classDependenciesProperties
-
validate
public void validate()
Deprecated.- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classDependenciesProperties
-
-