public class LoadPublisher extends Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadPublisher.DescriptorImpl |
static class |
LoadPublisher.LoadPerformancePublisherDescriptor |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherList| Modifier and Type | Field and Description |
|---|---|
static LoadPublisher.LoadPerformancePublisherDescriptor |
DESCRIPTOR |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
LoadPublisher(String apiKey,
String testId,
int errorFailedThreshold,
int errorUnstableThreshold,
int responseTimeFailedThreshold,
int responseTimeUnstableThreshold) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
LoadPublisher.LoadPerformancePublisherDescriptor |
getDescriptor() |
int |
getErrorFailedThreshold() |
int |
getErrorUnstableThreshold() |
BuildStepMonitor |
getRequiredMonitorService() |
int |
getResponseTimeFailedThreshold() |
int |
getResponseTimeUnstableThreshold() |
String |
getTestId() |
String |
getTestName() |
boolean |
perform(AbstractBuild build,
Launcher launcher,
BuildListener listener) |
void |
setErrorFailedThreshold(int errorFailedThreshold) |
void |
setErrorUnstableThreshold(int errorUnstableThreshold) |
void |
setResponseTimeFailedThreshold(int responseTimeFailedThreshold) |
void |
setResponseTimeUnstableThreshold(int responseTimeUnstableThreshold) |
void |
setTestId(String testId) |
void |
setTestName(String testName) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@Extension public static final LoadPublisher.LoadPerformancePublisherDescriptor DESCRIPTOR
public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic BuildStepMonitor getRequiredMonitorService()
public 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 String getTestId()
public void setTestId(String testId)
public String getTestName()
public void setTestName(String testName)
public LoadPublisher.LoadPerformancePublisherDescriptor getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class NotifierCopyright © 2016–2021 LoadFocus.com. All rights reserved.