Class ChangeDetectionRequiredEvent

  • All Implemented Interfaces:
    PlanEvent, Serializable

    @AsynchronousPreferred
    public class ChangeDetectionRequiredEvent
    extends BuildEvent
    Event which signifies that Bamboo should check repositories for changes
    See Also:
    Serialized Form
    • Method Detail

      • 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.
      • getFireTime

        public long getFireTime()