Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
Collection<CauseOfInterruption> |
Executor.getCausesOfInterruption()
Returns causes of interruption.
|
Modifier and Type | Method and Description |
---|---|
void |
Executor.interrupt(Result result,
CauseOfInterruption... causes)
Interrupt the execution.
|
Modifier and Type | Class and Description |
---|---|
static class |
CauseOfInterruption.UserInterruption
Indicates that the build was interrupted from UI.
|
Modifier and Type | Method and Description |
---|---|
List<CauseOfInterruption> |
InterruptedBuildAction.getCauses() |
Constructor and Description |
---|
InterruptedBuildAction(Collection<? extends CauseOfInterruption> causes) |
Copyright © 2017. All rights reserved.