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:
com.atlassian.bamboo.specs.api.model.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
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
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
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
-