| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
SCMNavigator.fetchActions(SCMNavigatorOwner owner,
SCMNavigatorEvent event,
TaskListener listener)
Fetches any actions that should be persisted for objects related to the specified owner.
|
static void |
SCMNavigatorEvent.fireLater(SCMNavigatorEvent<?> event,
long delay,
TimeUnit delayUnits)
Fires the
SCMNavigatorEvent to all registered SCMEventListener instances after the specified delay. |
static void |
SCMNavigatorEvent.fireNow(SCMNavigatorEvent<?> event)
Fires the
SCMNavigatorEvent to all registered SCMEventListener instances. |
void |
SCMEventListener.onSCMNavigatorEvent(SCMNavigatorEvent<?> event)
Callback for a
SCMNavigatorEvent |
protected List<Action> |
SCMNavigator.retrieveActions(SCMNavigatorOwner owner,
SCMNavigatorEvent event,
TaskListener listener)
|
| Constructor and Description |
|---|
SCMNavigatorEvent(SCMNavigatorEvent<P> src) |
Copyright © 2016–2019. All rights reserved.