Interface | Description |
---|---|
SimpleBuildStep | |
SimpleBuildStep.LastBuildAction |
Marker for explicitly added build actions (as
Run.addAction(hudson.model.Action) ) which should imply a transient project
action (Actionable.getActions() ) when present on the Job.getLastSuccessfulBuild() . |
Class | Description |
---|---|
SimpleBuildStep.LastBuildActionFactory | |
SimpleBuildWrapper |
A generalization of
BuildWrapper that, like SimpleBuildStep , may be called at various points within a build. |
SimpleBuildWrapper.Context |
Parameter passed to
SimpleBuildWrapper.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.
|
Copyright © 2004–2022. All rights reserved.