public class PerformanceBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
PerformanceBuilder(String credentialsId,
String workspaceId,
String testId) |
PerformanceBuilder(String credentialsId,
String workspaceId,
String serverUrl,
String testId,
String notes,
String sessionProperties,
String jtlPath,
String junitPath,
boolean getJtl,
boolean getJunit) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalTestFiles() |
String |
getCredentialsId() |
String |
getJobApiKey()
Deprecated.
|
String |
getJtlPath() |
String |
getJunitPath() |
String |
getMainTestFile() |
String |
getNotes() |
String |
getReportLinkName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServerUrl()
Deprecated.
|
String |
getSessionProperties() |
String |
getTestId() |
String |
getWorkspaceId() |
boolean |
isGetJtl() |
boolean |
isGetJunit() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
Object |
readResolve()
This method, invoked after object is resurrected from persistence
|
void |
setAdditionalTestFiles(String additionalTestFiles) |
void |
setCredentialsId(String credentialsId) |
void |
setGetJtl(boolean getJtl) |
void |
setGetJunit(boolean getJunit) |
void |
setJobApiKey(String jobApiKey)
Deprecated.
|
void |
setJtlPath(String jtlPath) |
void |
setJunitPath(String junitPath) |
void |
setMainTestFile(String mainTestFile) |
void |
setNotes(String notes) |
void |
setReportLinkName(String reportLinkName) |
void |
setServerUrl(String serverUrl)
Deprecated.
|
void |
setSessionProperties(String sessionProperties) |
void |
setTestId(String testId) |
void |
setWorkspaceId(String workspaceId) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public PerformanceBuilder(String credentialsId, String workspaceId, String testId)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.Builderpublic String getCredentialsId()
@DataBoundSetter public void setCredentialsId(String credentialsId)
public String getTestId()
@DataBoundSetter public void setTestId(String testId)
public boolean isGetJtl()
public boolean isGetJunit()
public String getNotes()
@DataBoundSetter public void setNotes(String notes)
public String getSessionProperties()
public String getJtlPath()
@DataBoundSetter public void setJtlPath(String jtlPath)
public String getJunitPath()
@DataBoundSetter public void setJunitPath(String junitPath)
@DataBoundSetter public void setSessionProperties(String sessionProperties)
@Deprecated public String getJobApiKey()
@Deprecated @DataBoundSetter public void setJobApiKey(String jobApiKey)
public String getWorkspaceId()
@DataBoundSetter public void setWorkspaceId(String workspaceId)
@Deprecated public String getServerUrl()
@Deprecated @DataBoundSetter public void setServerUrl(String serverUrl)
@DataBoundSetter public void setGetJtl(boolean getJtl)
@DataBoundSetter public void setGetJunit(boolean getJunit)
public String getReportLinkName()
@DataBoundSetter public void setReportLinkName(String reportLinkName)
public String getAdditionalTestFiles()
@DataBoundSetter public void setAdditionalTestFiles(String additionalTestFiles)
public String getMainTestFile()
@DataBoundSetter public void setMainTestFile(String mainTestFile)
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic Object readResolve()
Copyright © July 2012-2018 BlazeMeterInc. All Rights Reserved.