Package jenkins.scm.api
Class SCMNavigatorEvent<P>
java.lang.Object
jenkins.scm.api.SCMEvent<P>
jenkins.scm.api.SCMNavigatorEvent<P>
- Type Parameters:
- P- the (provider specific) payload.
Base class for events relating to 
SCMNavigator instances.- Since:
- 2.0
- 
Nested Class SummaryNested classes/interfaces inherited from class jenkins.scm.api.SCMEventSCMEvent.Dispatcher<E extends SCMEvent<?>>, SCMEvent.EventQueueMetrics, SCMEvent.Type
- 
Field SummaryFields inherited from class jenkins.scm.api.SCMEventORIGIN_UNKNOWN
- 
Constructor SummaryConstructorsModifierConstructorDescriptionSCMNavigatorEvent(SCMEvent.Type type, long timestamp, P payload) Deprecated.SCMNavigatorEvent(SCMEvent.Type type, long timestamp, P payload, String origin) SCMNavigatorEvent(SCMEvent.Type type, P payload) Deprecated.SCMNavigatorEvent(SCMEvent.Type type, P payload, String origin) protected
- 
Method SummaryModifier and TypeMethodDescriptiondescriptionFor(SCMNavigator navigator) Return a description of the event in the context of the suppliedSCMNavigator.static voidfireLater(SCMNavigatorEvent<?> event, long delay, TimeUnit delayUnits) Fires theSCMNavigatorEventto all registeredSCMEventListenerinstances after the specified delay.static voidfireNow(SCMNavigatorEvent<?> event) Fires theSCMNavigatorEventto all registeredSCMEventListenerinstances.abstract booleanisMatch(SCMNavigator navigator) Tests if this event applies to the suppliedSCMNavigator.Methods inherited from class jenkins.scm.api.SCMEventasCauses, closeExecutorService, description, equals, executorService, getDate, getEventProcessingMetrics, getOrigin, getPayload, getTimestamp, getType, hashCode, originOf, originOf, toString
- 
Constructor Details- 
SCMNavigatorEvent@Deprecated public SCMNavigatorEvent(@NonNull SCMEvent.Type type, long timestamp, @NonNull P payload) Deprecated.
- 
SCMNavigatorEventpublic SCMNavigatorEvent(@NonNull SCMEvent.Type type, long timestamp, @NonNull P payload, @CheckForNull String origin) 
- 
SCMNavigatorEventDeprecated.
- 
SCMNavigatorEventpublic SCMNavigatorEvent(@NonNull SCMEvent.Type type, @NonNull P payload, @CheckForNull String origin) 
 
- 
- 
Method Details