Class AfterSuccessfulBuildPlanTriggerProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

    @Immutable
    public class AfterSuccessfulBuildPlanTriggerProperties
    extends DeploymentTriggerProperties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MODULE_KEY  
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()  
      @Nullable java.lang.String getReleaseBranch()  
      int hashCode()  
      • Methods inherited from class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties

        getConditions, getDescription, getName, isEnabled, toString, validate
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AfterSuccessfulBuildPlanTriggerProperties

        public AfterSuccessfulBuildPlanTriggerProperties​(java.lang.String description,
                                                         boolean enabled,
                                                         @Nullable
                                                         @Nullable java.lang.String releaseBranch)
    • Method Detail

      • getReleaseBranch

        @Nullable
        public @Nullable java.lang.String getReleaseBranch()
      • getAtlassianPlugin

        @NotNull
        public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
        Specified by:
        getAtlassianPlugin in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties