| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
SCMSource.fetchActions(SCMSourceEvent event,
TaskListener listener)
Fetches any actions that should be persisted for objects related to the specified source.
|
static void |
SCMSourceEvent.fireLater(SCMSourceEvent<?> event,
long delay,
TimeUnit delayUnits)
Fires the
SCMSourceEvent to all registered SCMEventListener instances after the specified delay. |
static void |
SCMSourceEvent.fireNow(SCMSourceEvent<?> event)
Fires the
SCMSourceEvent to all registered SCMEventListener instances. |
void |
SCMEventListener.onSCMSourceEvent(SCMSourceEvent<?> event)
Callback for a
SCMSourceEvent |
protected List<Action> |
SCMSource.retrieveActions(SCMSourceEvent event,
TaskListener listener)
|
void |
SCMNavigator.visitSources(SCMSourceObserver observer,
SCMSourceEvent<?> event)
Looks for SCM sources in a configured place (scoped against a specific event).
|
| Constructor and Description |
|---|
SCMSourceEvent(SCMSourceEvent<P> src) |
Copyright © 2016–2019. All rights reserved.