Uses of Class
jenkins.model.CauseOfInterruption
-
Packages that use CauseOfInterruption Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of CauseOfInterruption in hudson.model
Methods in hudson.model that return types with arguments of type CauseOfInterruption Modifier and Type Method Description Collection<CauseOfInterruption>
Executor. getCausesOfInterruption()
Returns causes of interruption.Methods in hudson.model with parameters of type CauseOfInterruption Modifier and Type Method Description void
Executor. interrupt(Result result, CauseOfInterruption... causes)
Interrupt the execution. -
Uses of CauseOfInterruption in jenkins.model
Subclasses of CauseOfInterruption in jenkins.model Modifier and Type Class Description static class
CauseOfInterruption.UserInterruption
Indicates that the build was interrupted from UI.Methods in jenkins.model that return types with arguments of type CauseOfInterruption Modifier and Type Method Description List<CauseOfInterruption>
InterruptedBuildAction. getCauses()
Constructor parameters in jenkins.model with type arguments of type CauseOfInterruption Constructor Description InterruptedBuildAction(Collection<? extends CauseOfInterruption> causes)
-