| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| jenkins.scm.impl |
The common implementations of classes in the public API.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends SCMHeadObserver> |
SCMSource.fetch(O observer,
SCMHeadEvent<?> event,
TaskListener listener)
Fetches the latest heads and corresponding revisions scoped against a specific event.
|
<O extends SCMHeadObserver> |
SCMSource.fetch(SCMSourceCriteria criteria,
O observer,
SCMHeadEvent<?> event,
TaskListener listener)
Fetches the latest heads and corresponding revisions scoped against a specific event.
|
List<Action> |
SCMSource.fetchActions(SCMHead head,
SCMHeadEvent event,
TaskListener listener)
Fetches any actions that should be persisted for objects related to the specified head.
|
List<Action> |
SCMSource.fetchActions(SCMRevision revision,
SCMHeadEvent event,
TaskListener listener)
Fetches any actions that should be persisted for objects related to the specified revision.
|
static void |
SCMHeadEvent.fireLater(SCMHeadEvent<?> event,
long delay,
TimeUnit delayUnits)
Fires the
SCMHeadEvent to all registered SCMEventListener instances after the specified delay. |
static void |
SCMHeadEvent.fireNow(SCMHeadEvent<?> event)
Fires the
SCMHeadEvent to all registered SCMEventListener instances. |
void |
SCMEventListener.onSCMHeadEvent(SCMHeadEvent<?> event)
Callback for a
SCMHeadEvent |
protected abstract void |
SCMSource.retrieve(SCMSourceCriteria criteria,
SCMHeadObserver observer,
SCMHeadEvent<?> event,
TaskListener listener)
SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.
|
protected List<Action> |
SCMSource.retrieveActions(SCMHead head,
SCMHeadEvent event,
TaskListener listener)
|
protected List<Action> |
SCMSource.retrieveActions(SCMRevision revision,
SCMHeadEvent event,
TaskListener listener)
|
void |
SCMNavigator.visitSources(SCMSourceObserver observer,
SCMHeadEvent<?> event)
Looks for SCM sources in a configured place (scoped against a specific event).
|
| Constructor and Description |
|---|
SCMHeadEvent(SCMHeadEvent<P> src) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCMTriggerListener.onSCMHeadEvent(SCMHeadEvent<?> event)
Callback for a
SCMHeadEvent |
protected void |
NullSCMSource.retrieve(SCMSourceCriteria criteria,
SCMHeadObserver observer,
SCMHeadEvent<?> event,
TaskListener listener)
SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.
|
protected void |
SingleSCMSource.retrieve(SCMSourceCriteria criteria,
SCMHeadObserver observer,
SCMHeadEvent<?> event,
TaskListener listener) |
Copyright © 2016–2019. All rights reserved.