public interface SCMTriggerItem
SCMTrigger.| Modifier and Type | Interface and Description |
|---|---|
static class |
SCMTriggerItem.SCMTriggerItems
Utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
asItem()
Should be
this. |
int |
getNextBuildNumber() |
int |
getQuietPeriod() |
Collection<? extends SCM> |
getSCMs()
Obtains all active SCMs.
|
SCMTrigger |
getSCMTrigger() |
PollingResult |
poll(TaskListener listener)
Checks if there is any update in SCM.
|
QueueTaskFuture<?> |
scheduleBuild2(int quietPeriod,
Action... actions) |
Item asItem()
this.int getNextBuildNumber()
Job.getNextBuildNumber()int getQuietPeriod()
@CheckForNull QueueTaskFuture<?> scheduleBuild2(int quietPeriod, Action... actions)
@Nonnull PollingResult poll(@Nonnull TaskListener listener)
The implementation is responsible for ensuring mutual exclusion between polling and builds if necessary.
@CheckForNull SCMTrigger getSCMTrigger()
@Nonnull Collection<? extends SCM> getSCMs()
Copyright © 2019. All rights reserved.