Class AfterSuccessfulBuildPlanTriggerProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
- com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
-
- com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class AfterSuccessfulBuildPlanTriggerProperties extends DeploymentTriggerProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMODULE_KEYstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description AfterSuccessfulBuildPlanTriggerProperties(java.lang.String description, boolean enabled, @Nullable java.lang.String releaseBranch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetReleaseBranch()inthashCode()-
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, validate
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
MODULE_KEY
public static final java.lang.String MODULE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReleaseBranch
@Nullable public @Nullable java.lang.String getReleaseBranch()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTriggerProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classTriggerProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTriggerProperties
-
-