| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
SCMEvent.Type |
SCMEvent.getType()
Gets the type of event.
|
static SCMEvent.Type |
SCMEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCMEvent.Type[] |
SCMEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SCMEvent(SCMEvent.Type type,
long timestamp,
P payload)
Deprecated.
|
SCMEvent(SCMEvent.Type type,
long timestamp,
P payload,
String origin)
Constructor to use when the timestamp is available from the external SCM.
|
SCMEvent(SCMEvent.Type type,
P payload)
Deprecated.
|
SCMEvent(SCMEvent.Type type,
P payload,
String origin)
Constructor to use when the timestamp is not available from the external SCM.
|
SCMHeadEvent(SCMEvent.Type type,
long timestamp,
P payload)
Deprecated.
|
SCMHeadEvent(SCMEvent.Type type,
long timestamp,
P payload,
String origin) |
SCMHeadEvent(SCMEvent.Type type,
P payload)
Deprecated.
|
SCMHeadEvent(SCMEvent.Type type,
P payload,
String origin) |
SCMNavigatorEvent(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) |
SCMSourceEvent(SCMEvent.Type type,
long timestamp,
P payload)
Deprecated.
|
SCMSourceEvent(SCMEvent.Type type,
long timestamp,
P payload,
String origin) |
SCMSourceEvent(SCMEvent.Type type,
P payload)
Deprecated.
|
SCMSourceEvent(SCMEvent.Type type,
P payload,
String origin) |
Copyright © 2016–2019. All rights reserved.