public class ExtensiveTestingPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensiveTestingPublisher.DescriptorImpl
Descriptor for
ExtensiveTestingPublisher. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
ExtensiveTestingPublisher(String testPath,
String login,
String password,
String serverUrl,
String testId,
String projectName,
Boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDebug() |
ExtensiveTestingPublisher.DescriptorImpl |
getDescriptor() |
String |
getLogin() |
String |
getPassword() |
String |
getProjectName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServerUrl() |
String |
getTestPath() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getTestPath()
public String getLogin()
public String getPassword()
public String getServerUrl()
public String getProjectName()
public Boolean getDebug()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic ExtensiveTestingPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016. All rights reserved.