Uses of Class
hudson.model.Run.RunnerAbortedException

Packages that use Run.RunnerAbortedException
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
 

Uses of Run.RunnerAbortedException in hudson.model
 

Methods in hudson.model that throw Run.RunnerAbortedException
protected abstract  Result AbstractBuild.AbstractBuildExecution.doRun(BuildListener listener)
          The portion of a build that is specific to a subclass of AbstractBuild goes here.
abstract  Result Run.RunExecution.run(BuildListener listener)
          Performs the main build and returns the status code.
 

Uses of Run.RunnerAbortedException in hudson.model.listeners
 

Methods in hudson.model.listeners that throw Run.RunnerAbortedException
 Environment RunListener.setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.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
 Launcher BuildWrapper.decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to decorate a Launcher to be used in the build.
 OutputStream BuildWrapper.decorateLogger(AbstractBuild build, OutputStream logger)
          Provides an opportunity for a BuildWrapper to decorate the BuildListener logger to be used by the build.
 



Copyright © 2004-2013. All Rights Reserved.