public class LoadPublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadPublisher.DescriptorImpl |
static class |
LoadPublisher.LoadPerformancePublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static LoadPublisher.LoadPerformancePublisherDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
LoadPublisher(java.lang.String apiKey,
java.lang.String testId,
int errorFailedThreshold,
int errorUnstableThreshold,
int responseTimeFailedThreshold,
int responseTimeUnstableThreshold) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiKey() |
LoadPublisher.LoadPerformancePublisherDescriptor |
getDescriptor() |
int |
getErrorFailedThreshold() |
int |
getErrorUnstableThreshold() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getResponseTimeFailedThreshold() |
int |
getResponseTimeUnstableThreshold() |
java.lang.String |
getTestId() |
java.lang.String |
getTestName() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setErrorFailedThreshold(int errorFailedThreshold) |
void |
setErrorUnstableThreshold(int errorUnstableThreshold) |
void |
setResponseTimeFailedThreshold(int responseTimeFailedThreshold) |
void |
setResponseTimeUnstableThreshold(int responseTimeUnstableThreshold) |
void |
setTestId(java.lang.String testId) |
void |
setTestName(java.lang.String testName) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final LoadPublisher.LoadPerformancePublisherDescriptor DESCRIPTOR
@DataBoundConstructor
public LoadPublisher(java.lang.String apiKey,
java.lang.String testId,
int errorFailedThreshold,
int errorUnstableThreshold,
int responseTimeFailedThreshold,
int responseTimeUnstableThreshold)
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerjava.lang.InterruptedExceptionjava.io.IOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public java.lang.String getApiKey()
public int getResponseTimeFailedThreshold()
public void setResponseTimeFailedThreshold(int responseTimeFailedThreshold)
public int getResponseTimeUnstableThreshold()
public void setResponseTimeUnstableThreshold(int responseTimeUnstableThreshold)
public int getErrorFailedThreshold()
public void setErrorFailedThreshold(int errorFailedThreshold)
public int getErrorUnstableThreshold()
public void setErrorUnstableThreshold(int errorUnstableThreshold)
public java.lang.String getTestId()
public void setTestId(java.lang.String testId)
public java.lang.String getTestName()
public void setTestName(java.lang.String testName)
public LoadPublisher.LoadPerformancePublisherDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2016–2021 LoadFocus.com. All rights reserved.