Uses of Class
hudson.model.AbstractBuild.AbstractBuildExecution
-
Packages that use AbstractBuild.AbstractBuildExecution Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.scm -
-
Uses of AbstractBuild.AbstractBuildExecution in hudson.model
Subclasses of AbstractBuild.AbstractBuildExecution in hudson.model Modifier and Type Class Description class
AbstractBuild.AbstractRunner
Deprecated.as of 1.467 Please useRun.RunExecution
protected class
Build.BuildExecution
protected class
Build.RunnerImpl
Deprecated.as of 1.467 Please useBuild.BuildExecution
-
Uses of AbstractBuild.AbstractBuildExecution in jenkins.scm
Methods in jenkins.scm with parameters of type AbstractBuild.AbstractBuildExecution Modifier and Type Method Description void
SCMCheckoutStrategy. checkout(AbstractBuild.AbstractBuildExecution execution)
Performs the checkout step.
-