@Immutable public final class StageProperties extends Object implements EntityProperties
| Constructor and Description |
|---|
StageProperties(String name,
String description,
boolean manualStage,
boolean finalStage,
List<JobProperties> jobs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
List<JobProperties> |
getJobs() |
String |
getName() |
int |
hashCode() |
boolean |
isFinalStage() |
boolean |
isManual() |
void |
validate() |
public StageProperties(String name, String description, boolean manualStage, boolean finalStage, List<JobProperties> jobs) throws PropertiesValidationException
PropertiesValidationException@NotNull public String getName()
@Nullable public String getDescription()
public boolean isManual()
public boolean isFinalStage()
@NotNull public List<JobProperties> getJobs()
public void validate()
validate in interface EntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.