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 boolean
equals(java.lang.Object o)
Deprecated.java.util.List<PlanIdentifierProperties>
getChildPlans()
Deprecated.DependenciesConfigurationProperties
getDependenciesConfigurationProperties()
Deprecated.int
hashCode()
Deprecated.void
validate()
Deprecated.
-
-
-
Method Detail
-
getDependenciesConfigurationProperties
public DependenciesConfigurationProperties getDependenciesConfigurationProperties()
Deprecated.- Overrides:
getDependenciesConfigurationProperties
in classDependenciesProperties
-
getChildPlans
public java.util.List<PlanIdentifierProperties> getChildPlans()
Deprecated.- Overrides:
getChildPlans
in classDependenciesProperties
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classDependenciesProperties
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classDependenciesProperties
-
validate
public void validate()
Deprecated.- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classDependenciesProperties
-
-