Uses of Class
hudson.model.Run.RunnerAbortedException
-
Packages that use Run.RunnerAbortedException Package Description hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.tasks jenkins.tasks -
-
Uses of Run.RunnerAbortedException in hudson.model.listeners
Methods in hudson.model.listeners that throw Run.RunnerAbortedException Modifier and Type Method Description Environment
RunListener. 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.RunnerAbortedException Modifier and Type Method Description Launcher
BuildWrapper. decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
Provides an opportunity for aBuildWrapper
to decorate aLauncher
to be used in the build.OutputStream
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.RunnerAbortedException Modifier and Type Method Description Launcher
SimpleBuildWrapper. decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
May be overridden but this will only take effect when used as aBuildWrapper
on anAbstractProject
.OutputStream
SimpleBuildWrapper. decorateLogger(AbstractBuild build, OutputStream logger)
-