Uses of Class
jenkins.model.CauseOfInterruption
Packages that use CauseOfInterruption
-
Uses of CauseOfInterruption in hudson.model
Methods in hudson.model that return types with arguments of type CauseOfInterruptionModifier and TypeMethodDescriptionExecutor.getCausesOfInterruption()
Returns causes of interruption.Methods in hudson.model with parameters of type CauseOfInterruptionModifier and TypeMethodDescriptionvoid
Executor.interrupt
(Result result, CauseOfInterruption... causes) Interrupt the execution. -
Uses of CauseOfInterruption in jenkins.model
Subclasses of CauseOfInterruption in jenkins.modelModifier and TypeClassDescriptionstatic final class
Indicates that the build was interrupted from UI.Methods in jenkins.model that return types with arguments of type CauseOfInterruptionConstructor parameters in jenkins.model with type arguments of type CauseOfInterruptionModifierConstructorDescriptionInterruptedBuildAction
(Collection<? extends CauseOfInterruption> causes)