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 -
Constructor Summary
ConstructorsConstructorDescriptionAfterSuccessfulBuildPlanTriggerProperties(String description, boolean enabled, @Nullable String releaseBranch) Deprecated.since 10.0AfterSuccessfulBuildPlanTriggerProperties(String name, String description, boolean enabled, @Nullable String releaseBranch) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AtlassianModuleProperties@Nullable StringinthashCode()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, validate
-
Field Details
-
NAME
- See Also:
-
MODULE_KEY
- See Also:
-
-
Constructor Details
-
AfterSuccessfulBuildPlanTriggerProperties
@Deprecated public AfterSuccessfulBuildPlanTriggerProperties(String description, boolean enabled, @Nullable @Nullable String releaseBranch) Deprecated.since 10.0 -
AfterSuccessfulBuildPlanTriggerProperties
-
-
Method Details
-
getReleaseBranch
-
getAtlassianPlugin
- Specified by:
getAtlassianPluginin classTriggerProperties
-
equals
- Overrides:
equalsin classTriggerProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTriggerProperties
-