| 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 |
|---|---|
protected abstract void |
SCMEvent.Dispatcher.fire(SCMEventListener l,
E event) |
protected abstract void |
SCMEvent.Dispatcher.log(SCMEventListener l,
Throwable e) |
| Modifier and Type | Class and Description |
|---|---|
class |
SCMTriggerListener
A
SCMEventListener that will trigger the post commit hooks enabled by SCMTrigger for any
SCMHeadEvent which return a positive match against a SCM through SCMHeadEvent.isMatch(SCM). |
Copyright © 2016–2019. All rights reserved.