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