Class StageProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.StageProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionStageProperties(String name, String description, boolean manualStage, boolean finalStage, List<JobProperties> jobs) -
Method Summary
-
Constructor Details
-
StageProperties
public StageProperties(String name, String description, boolean manualStage, boolean finalStage, List<JobProperties> jobs) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getName
-
getDescription
-
isManual
public boolean isManual() -
isFinalStage
public boolean isFinalStage() -
getJobs
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-