Uses of Class
jenkins.model.CauseOfInterruption
-
Uses of CauseOfInterruption in hudson.model
Modifier and TypeMethodDescriptionExecutor.getCausesOfInterruption()
Returns causes of interruption.Modifier and TypeMethodDescriptionvoid
Executor.interrupt
(Result result, CauseOfInterruption... causes) Interrupt the execution. -
Uses of CauseOfInterruption in jenkins.model
Modifier and TypeClassDescriptionstatic final class
Indicates that the build was interrupted from UI.ModifierConstructorDescriptionInterruptedBuildAction
(Collection<? extends CauseOfInterruption> causes)