Class AfterDeploymentTriggerProperties

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

    public class AfterDeploymentTriggerProperties
    extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      static java.lang.String PLUGIN_KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      AfterDeploymentTriggerProperties​(@NotNull java.lang.String deploymentProject, @Nullable java.lang.String environment, @Nullable java.lang.String description, boolean isEnabled, java.util.Set<com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties> triggerConditionProperties)  
    • 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()  
      java.lang.String getDeploymentProject()  
      java.lang.String getEnvironment()  
      int hashCode()  
      void validate()  
      • Methods inherited from class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties

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

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

      • NAME

        public static final java.lang.String NAME
      • PLUGIN_KEY

        public static final java.lang.String PLUGIN_KEY
    • Constructor Detail

      • AfterDeploymentTriggerProperties

        public AfterDeploymentTriggerProperties​(@NotNull
                                                @NotNull java.lang.String deploymentProject,
                                                @Nullable
                                                @Nullable java.lang.String environment,
                                                @Nullable
                                                @Nullable java.lang.String description,
                                                boolean isEnabled,
                                                java.util.Set<com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties> triggerConditionProperties)
    • Method Detail

      • 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
      • validate

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
        Overrides:
        validate in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
      • getDeploymentProject

        public java.lang.String getDeploymentProject()
      • getEnvironment

        public java.lang.String getEnvironment()
      • 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