@Immutable public class AfterSuccessfulDeploymentTriggerProperties extends DeploymentTriggerProperties
Modifier and Type | Field and Description |
---|---|
static String |
MODULE_KEY |
static String |
NAME |
Constructor and Description |
---|
AfterSuccessfulDeploymentTriggerProperties(String description,
boolean triggerEnabled,
String environment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getEnvironment() |
int |
hashCode() |
void |
validate() |
applicableTo
getConditions, getDescription, getName, isEnabled, toString
public static final String NAME
public static final String MODULE_KEY
public AfterSuccessfulDeploymentTriggerProperties(String description, boolean triggerEnabled, String environment) throws PropertiesValidationException
PropertiesValidationException
public String getEnvironment()
@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin
in class TriggerProperties
public void validate() throws PropertiesValidationException
validate
in interface EntityProperties
validate
in class TriggerProperties
PropertiesValidationException
public boolean equals(Object o)
equals
in class TriggerProperties
public int hashCode()
hashCode
in class TriggerProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.