Package jenkins.tasks
package jenkins.tasks
-
ClassDescriptionMarker for explicitly added build actions (as
Run.addAction(hudson.model.Action)
) which should imply a transient project action (Actionable.getActions()
) when present on theJob.getLastSuccessfulBuild()
.A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.Parameter passed toSimpleBuildWrapper.setUp(jenkins.tasks.SimpleBuildWrapper.Context, hudson.model.Run<?, ?>, hudson.FilePath, hudson.Launcher, hudson.model.TaskListener, hudson.EnvVars)
to allow an implementation to specify its behavior after the initial setup.An optional callback to run at the end of the wrapped block.