public class RigorBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
RigorBuilder.DescriptorImpl
Descriptor for
RigorBuilder . |
Constructor and Description |
---|
RigorBuilder(String credentialsId,
String performanceTestIds,
Boolean failOnSnapshotError,
Boolean failOnResults,
String performanceScore,
String criticalNumber,
String foundDefectIds,
Boolean enforcePerformanceBudgets,
String totalContentSize,
String totalFoundItems,
String testTimeoutSeconds) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsId() |
String |
getCriticalNumber() |
RigorBuilder.DescriptorImpl |
getDescriptor() |
Boolean |
getEnforcePerformanceBudgets() |
boolean |
getFailOnResults() |
boolean |
getFailOnSnapshotError() |
String |
getFoundDefectIds() |
String |
getPerformanceScore() |
String |
getperformanceTestIds() |
String |
getTestTimeoutSeconds() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public RigorBuilder(String credentialsId, String performanceTestIds, Boolean failOnSnapshotError, Boolean failOnResults, String performanceScore, String criticalNumber, String foundDefectIds, Boolean enforcePerformanceBudgets, String totalContentSize, String totalFoundItems, String testTimeoutSeconds)
public String getCredentialsId()
public String getperformanceTestIds()
public boolean getFailOnSnapshotError()
public boolean getFailOnResults()
public String getPerformanceScore()
public String getCriticalNumber()
public String getFoundDefectIds()
public Boolean getEnforcePerformanceBudgets()
public String getTestTimeoutSeconds()
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
public RigorBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016–2019. All rights reserved.