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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAfterSuccessfulStageTriggerProperties(String description, boolean triggerEnabled, String stageName, String releaseBranch) Deprecated.since 10.0AfterSuccessfulStageTriggerProperties(String name, String description, boolean triggerEnabled, String stageName, String releaseBranch) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AtlassianModulePropertiesinthashCode()voidvalidate()Methods inherited from class com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
applicableToMethods inherited from class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
getConditions, getDescription, getName, isEnabled, toString
-
Field Details
-
NAME
- See Also:
-
MODULE_KEY
- See Also:
-
-
Constructor Details
-
AfterSuccessfulStageTriggerProperties
@Deprecated public AfterSuccessfulStageTriggerProperties(String description, boolean triggerEnabled, String stageName, String releaseBranch) throws PropertiesValidationException Deprecated.since 10.0- Throws:
PropertiesValidationException
-
AfterSuccessfulStageTriggerProperties
public AfterSuccessfulStageTriggerProperties(String name, String description, boolean triggerEnabled, String stageName, String releaseBranch) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getStageName
-
getReleaseBranch
-
getAtlassianPlugin
- Specified by:
getAtlassianPluginin classTriggerProperties
-
validate
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTriggerProperties- Throws:
PropertiesValidationException
-
equals
- Overrides:
equalsin classTriggerProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTriggerProperties
-