Package hudson.plugins.promoted_builds
Class Promotion.RunnerImpl
java.lang.Object
Run<JobT,RunT>.RunExecution
Run<P,R>.Runner
AbstractBuild<P,R>.AbstractBuildExecution
AbstractBuild<PromotionProcess,Promotion>.AbstractRunner
hudson.plugins.promoted_builds.Promotion.RunnerImpl
- Enclosing class:
- Promotion
protected class Promotion.RunnerImpl
extends AbstractBuild<PromotionProcess,Promotion>.AbstractRunner
-
Field Summary
Fields inherited from class hudson.model.AbstractBuild.AbstractBuildExecution
launcher, listener -
Method Summary
Modifier and TypeMethodDescriptionprotected WorkspaceList.LeasedecideWorkspace(Node n, WorkspaceList wsl) protected ResultdoRun(BuildListener listener) protected voidpost2(BuildListener listener) Methods inherited from class hudson.model.AbstractBuild.AbstractBuildExecution
cleanUp, createLauncher, defaultCheckout, getCurrentNode, getLauncher, getListener, perform, performAllBuildStep, performAllBuildStep, performAllBuildSteps, performAllBuildSteps, post, preBuild, preBuild, preBuild, runMethods inherited from class hudson.model.Run.RunExecution
getAttributes, getBuild, getProject
-
Method Details
-
decideWorkspace
protected WorkspaceList.Lease decideWorkspace(Node n, WorkspaceList wsl) throws InterruptedException, IOException - Overrides:
decideWorkspacein classAbstractBuild<PromotionProcess,Promotion>.AbstractBuildExecution - Throws:
InterruptedExceptionIOException
-
doRun
- Specified by:
doRunin classAbstractBuild<PromotionProcess,Promotion>.AbstractBuildExecution - Throws:
Exception
-
post2
- Specified by:
post2in classAbstractBuild<PromotionProcess,Promotion>.AbstractBuildExecution - Throws:
Exception
-