public class SilkPerformerBuilder extends hudson.tasks.Builder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SilkPerformerBuilder.DescriptorImplementation |
| Modifier and Type | Field and Description |
|---|---|
static SilkPerformerBuilder.DescriptorImplementation |
DESCRIPTOR |
| Constructor and Description |
|---|
SilkPerformerBuilder(String projectLoc,
String workload,
List<SuccessCriteria> successCriteria) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectLoc() |
List<SuccessCriteria> |
getSuccessCriteria() |
String |
getWorkload() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildpublic static final SilkPerformerBuilder.DescriptorImplementation DESCRIPTOR
@DataBoundConstructor public SilkPerformerBuilder(String projectLoc, String workload, List<SuccessCriteria> successCriteria)
public String getProjectLoc()
public String getWorkload()
public List<SuccessCriteria> getSuccessCriteria()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.