Class AfterSuccessfulStageTriggerProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
- com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
-
- com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class AfterSuccessfulStageTriggerProperties extends DeploymentTriggerProperties
-
-
Field Summary
Fields Modifier and Type Field Description static StringMODULE_KEYstatic StringNAME
-
Constructor Summary
Constructors Constructor Description AfterSuccessfulStageTriggerProperties(String description, boolean triggerEnabled, String stageName, String releaseBranch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()StringgetReleaseBranch()StringgetStageName()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
applicableTo
-
Methods inherited from class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
getConditions, getDescription, getName, isEnabled, toString
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
MODULE_KEY
public static final String MODULE_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AfterSuccessfulStageTriggerProperties
public AfterSuccessfulStageTriggerProperties(String description, boolean triggerEnabled, String stageName, String releaseBranch) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
-
Method Detail
-
getStageName
public String getStageName()
-
getReleaseBranch
public String getReleaseBranch()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTriggerProperties
-
validate
public void validate() throws PropertiesValidationException- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTriggerProperties- Throws:
PropertiesValidationException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTriggerProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTriggerProperties
-
-