public class PerformanceBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static BlazeMeterPerformanceBuilderDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
PerformanceBuilder(String jobApiKey,
String testId,
boolean getJtl,
boolean getJunit)
Configured report parsers.
|
| Modifier and Type | Method and Description |
|---|---|
BlazemeterApi |
getApi() |
hudson.model.AbstractBuild<?,?> |
getBuild() |
static org.eclipse.jetty.util.log.StdErrLog |
getBzmBuildLog() |
BlazeMeterPerformanceBuilderDescriptor |
getDescriptor() |
String |
getFilename() |
org.eclipse.jetty.util.log.StdErrLog |
getJenBuildLog() |
String |
getJobApiKey() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getTestId() |
boolean |
isGetJtl() |
boolean |
isGetJunit() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setFilename(String filename) |
void |
setJobApiKey(String jobApiKey) |
void |
setTestId(String testId) |
@Extension public static final BlazeMeterPerformanceBuilderDescriptor DESCRIPTOR
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.Builderpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic String getJobApiKey()
public void setJobApiKey(String jobApiKey)
public String getTestId()
public void setTestId(String testId)
public String getFilename()
public void setFilename(String filename)
public hudson.model.AbstractBuild<?,?> getBuild()
public static org.eclipse.jetty.util.log.StdErrLog getBzmBuildLog()
public org.eclipse.jetty.util.log.StdErrLog getJenBuildLog()
public BlazemeterApi getApi()
public boolean isGetJtl()
public boolean isGetJunit()
public BlazeMeterPerformanceBuilderDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © July 2012-2016 BlazeMeterInc. All Rights Reserved.