public class DeepcrawlTestBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
DeepcrawlTestBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
DeepcrawlTestBuilder(String testSuiteId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTestSuiteId() |
String |
getUserKeyId() |
Secret |
getUserKeySecret() |
boolean |
isStartOnly() |
void |
perform(Run<?,?> run,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
void |
setStartOnly(boolean startOnly) |
void |
setUserKeyId(String userKeyId) |
void |
setUserKeySecret(Secret userKeySecret) |
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 DeepcrawlTestBuilder(String testSuiteId)
public String getTestSuiteId()
public String getUserKeyId()
public Secret getUserKeySecret()
public boolean isStartOnly()
@DataBoundSetter public void setStartOnly(boolean startOnly)
@DataBoundSetter public void setUserKeyId(String userKeyId)
@DataBoundSetter public void setUserKeySecret(Secret userKeySecret)
public void perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2021. All rights reserved.