public class ReviewBoardSetup extends Builder implements 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.
|
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ReviewBoardSetup(boolean downloadOnly,
boolean installRBTools)
Constructs the setup step.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDownloadOnly() |
boolean |
getInstallRBTools() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
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, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild@DataBoundConstructor
public ReviewBoardSetup(boolean downloadOnly,
boolean installRBTools)
public boolean getDownloadOnly()
public boolean getInstallRBTools()
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildSteprun - Current buildworkspace - Active workspacelauncher - Process launcherlistener - LoggerInterruptedExceptionIOExceptionCopyright © 2016–2021. All rights reserved.