Uses of Class
hudson.model.Run.RunnerAbortedException
Packages that use Run.RunnerAbortedException
Package
Description
Listener interfaces for various events that occur inside the server.
-
Uses of Run.RunnerAbortedException in hudson.model.listeners
Methods in hudson.model.listeners that throw Run.RunnerAbortedExceptionModifier and TypeMethodDescriptionRunListener.setUpEnvironment
(AbstractBuild build, Launcher launcher, BuildListener listener) Runs before theSCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File)
runs, and performs a set up. -
Uses of Run.RunnerAbortedException in hudson.tasks
Methods in hudson.tasks that throw Run.RunnerAbortedExceptionModifier and TypeMethodDescriptionBuildWrapper.decorateLauncher
(AbstractBuild build, Launcher launcher, BuildListener listener) Provides an opportunity for aBuildWrapper
to decorate aLauncher
to be used in the build.BuildWrapper.decorateLogger
(AbstractBuild build, OutputStream logger) Provides an opportunity for aBuildWrapper
to decorate theBuildListener
logger to be used by the build. -
Uses of Run.RunnerAbortedException in jenkins.tasks
Methods in jenkins.tasks that throw Run.RunnerAbortedExceptionModifier and TypeMethodDescriptionSimpleBuildWrapper.decorateLauncher
(AbstractBuild build, Launcher launcher, BuildListener listener) May be overridden but this will only take effect when used as aBuildWrapper
on anAbstractProject
.final OutputStream
SimpleBuildWrapper.decorateLogger
(AbstractBuild build, OutputStream logger)