public class ReviewBoardSetup
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ReviewBoardSetup.DescriptorImpl
Provides the description of the setup build step and validation
functions for fields in its form.
|
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
ReviewBoardSetup()
Constructs the setup step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
This function is called as part of a build when the setup step has been
added.
|
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public ReviewBoardSetup()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildSteprun - Current buildworkspace - Active workspacelauncher - Process launcherlistener - LoggerInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.