Package jenkins.tasks
-
Interface Summary Interface Description SimpleBuildStep SimpleBuildStep.LastBuildAction Marker for explicitly added build actions (asRun.addAction(hudson.model.Action)
) which should imply a transient project action (Actionable.getActions()
) when present on theJob.getLastSuccessfulBuild()
. -
Class Summary Class Description SimpleBuildStep.LastBuildActionFactory SimpleBuildWrapper A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.SimpleBuildWrapper.Context 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.SimpleBuildWrapper.Disposer An optional callback to run at the end of the wrapped block.