Package | Description |
---|---|
jenkins.scm.api |
The public API contract of the SCM API plugin.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<SCMNavigatorOwner> |
SCMNavigatorOwners.all()
Lookup the
SCMNavigatorOwners . |
Iterator<SCMNavigatorOwner> |
SCMNavigatorOwners.JenkinsItemEnumerator.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SCMNavigator.afterSave(SCMNavigatorOwner owner)
Callback from the
SCMNavigatorOwner after the SCMNavigatorOwner has been saved. |
List<Action> |
SCMNavigator.fetchActions(SCMNavigatorOwner owner,
SCMNavigatorEvent event,
TaskListener listener)
Fetches any actions that should be persisted for objects related to the specified owner.
|
protected List<Action> |
SCMNavigator.retrieveActions(SCMNavigatorOwner owner,
SCMNavigatorEvent event,
TaskListener listener)
|
Copyright © 2016–2022. All rights reserved.