Class BuildTriggeredEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
ContextEvent<BuildContext>, PlanEvent, PlanResultEvent, ResultEvent, Serializable

@Deprecated @AsynchronousPreferred public class BuildTriggeredEvent extends BuildContextEvent
Deprecated.
since 10.0
Used to trigger adding jobs to build queue, now that is done synchronously. Retained for backward compatibility although hooking on this event was not recommended in the first place.
See Also:
  • Constructor Details

    • BuildTriggeredEvent

      public BuildTriggeredEvent(Object source, BuildContext buildContext)
      Deprecated.