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 |
---|---|
SilkPerformerBuilder.DescriptorImplementation |
getDescriptor() |
String |
getProjectLoc() |
List<SuccessCriteria> |
getSuccessCriteria() |
String |
getWorkload() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public SilkPerformerBuilder.DescriptorImplementation getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016–2020. All rights reserved.