Class PlansGreenTriggerConditionProperties

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

    public class PlansGreenTriggerConditionProperties
    extends com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties
    • Constructor Summary

      Constructors 
      Constructor Description
      PlansGreenTriggerConditionProperties​(@NotNull java.util.Set<com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties> plans)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()  
      java.util.List<com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties> getPlans()  
      int hashCode()  
      void validate()  
      • Methods inherited from class java.lang.Object

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

      • PlansGreenTriggerConditionProperties

        public PlansGreenTriggerConditionProperties​(@NotNull
                                                    @NotNull java.util.Set<com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties> plans)
    • Method Detail

      • getAtlassianPlugin

        public com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
        Specified by:
        getAtlassianPlugin in class com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties
      • getPlans

        public java.util.List<com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties> getPlans()
      • 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.TriggerConditionProperties
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object