Class ChangeDetectionRequiredEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.v2.events.ChangeDetectionRequiredEvent
All Implemented Interfaces:
PlanEvent, Serializable

@AsynchronousPreferred public class ChangeDetectionRequiredEvent extends BuildEvent
Event which signifies that Bamboo should check repositories for changes
See Also:
  • Constructor Details

  • Method Details

    • isLogIfNoChanges

      public boolean isLogIfNoChanges()
    • getTriggeringRepositories

      @NotNull public @NotNull Set<Long> getTriggeringRepositories()
    • getTriggerConditionsConfiguration

      @NotNull public @NotNull Map<String,String> getTriggerConditionsConfiguration()
    • getTriggerId

      public long getTriggerId()
      Identifier (unique to a plan) of a Chain trigger being the source of this event.
    • getTrigger

      public TriggerDefinition getTrigger()
    • getCachesToIgnore

      @NotNull public @NotNull CacheAwareness.CacheInfo[] getCachesToIgnore()
    • getFireTime

      public long getFireTime()
    • setCachesToIgnore

      public void setCachesToIgnore(CacheAwareness.CacheInfo... cachesToIgnore)