public class TestInParallelPostBuild
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
TestInParallelPostBuild.TestInParallelPostBuildDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
TestInParallelPostBuild(String batchAccount,
String storageAccount,
String projectConfigFilePath,
String splitConfigFilePath,
boolean enableVmUtilizationProfiler) |
Modifier and Type | Method and Description |
---|---|
String |
getBatchAccount()
Get the batchAccount will be used in testing.
|
TestInParallelPostBuild.TestInParallelPostBuildDescriptor |
getDescriptor() |
String |
getProjectConfigFilePath()
Get the projectConfigFilePath will be used in testing.
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSplitConfigFilePath()
Get the splitConfigFilePath will be used in testing.
|
String |
getStorageAccount()
Get the storageAccount will be used in testing.
|
boolean |
isEnableVmUtilizationProfiler()
Get if enable VM utilization profiler in testing.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public String getBatchAccount()
public String getStorageAccount()
public String getProjectConfigFilePath()
public String getSplitConfigFilePath()
public boolean isEnableVmUtilizationProfiler()
public TestInParallelPostBuild.TestInParallelPostBuildDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016. All rights reserved.