Class AfterSuccessfulDeploymentTriggerProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
@Immutable
public class AfterSuccessfulDeploymentTriggerProperties
extends DeploymentTriggerProperties
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAfterSuccessfulDeploymentTriggerProperties(String description, boolean triggerEnabled, String environment) Deprecated.since 10.0AfterSuccessfulDeploymentTriggerProperties(String name, String description, boolean triggerEnabled, String environment) -
Method Summary
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
-
AfterSuccessfulDeploymentTriggerProperties
@Deprecated public AfterSuccessfulDeploymentTriggerProperties(String description, boolean triggerEnabled, String environment) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException Deprecated.since 10.0- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
AfterSuccessfulDeploymentTriggerProperties
public AfterSuccessfulDeploymentTriggerProperties(String name, String description, boolean triggerEnabled, String environment) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException - Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
-
Method Details
-
getEnvironment
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
validate
public void validate() throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classcom.atlassian.bamboo.specs.api.model.trigger.TriggerProperties- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
equals
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-