@Immutable public class AfterSuccessfulStageTriggerProperties extends DeploymentTriggerProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_KEY |
static String |
NAME |
| Constructor and Description |
|---|
AfterSuccessfulStageTriggerProperties(String description,
boolean triggerEnabled,
String stageName,
String releaseBranch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getReleaseBranch() |
String |
getStageName() |
int |
hashCode() |
void |
validate() |
applicableTogetDescription, getName, isEnabled, toStringpublic static final String NAME
public static final String MODULE_KEY
public AfterSuccessfulStageTriggerProperties(String description, boolean triggerEnabled, String stageName, String releaseBranch) throws PropertiesValidationException
PropertiesValidationExceptionpublic String getStageName()
public String getReleaseBranch()
@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TriggerPropertiespublic void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesvalidate in class TriggerPropertiesPropertiesValidationExceptionpublic boolean equals(Object o)
equals in class TriggerPropertiespublic int hashCode()
hashCode in class TriggerPropertiesCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.