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,
String notes,
String sessionProperties,
String jtlPath,
String junitPath,
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() |
String |
getJtlPath() |
String |
getJunitPath() |
String |
getNotes() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getSessionProperties() |
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 |
setJtlPath(String jtlPath) |
void |
setJunitPath(String junitPath) |
void |
setNotes(String notes) |
void |
setSessionProperties(String sessionProperties) |
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 String getNotes()
public void setNotes(String notes)
public String getSessionProperties()
public String getJtlPath()
public void setJtlPath(String jtlPath)
public String getJunitPath()
public void setJunitPath(String junitPath)
public void setSessionProperties(String sessionProperties)
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.