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 StringMODULE_KEYstatic StringNAME
-
Constructor Summary
Constructors Constructor Description AfterSuccessfulBuildPlanTriggerProperties(String description, boolean enabled, @Nullable String releaseBranch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable 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 String NAME
- See Also:
- Constant Field Values
-
MODULE_KEY
public static final String MODULE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReleaseBranch
@Nullable public @Nullable String getReleaseBranch()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTriggerProperties
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTriggerProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTriggerProperties
-
-