public class TestAutomationRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
TestAutomationRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static TestAutomationRecorder.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
TestAutomationRecorder(String protocol,
String host,
String port,
String username,
String password,
String dashboard,
Boolean failBuildWhendTFails,
Integer retryCount,
Integer delay,
Boolean printXmlReportForDebug) |
| Modifier and Type | Method and Description |
|---|---|
DynaTraceServerRestConnection |
getConnection() |
String |
getDashboard() |
Integer |
getDelay() |
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
Boolean |
getFailBuildWhendTFails() |
String |
getHost() |
String |
getPassword() |
String |
getPort() |
Boolean |
getPrintXmlReportForDebug() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
String |
getProtocol() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
Integer |
getRetryCount() |
String |
getUsername() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setConnection(DynaTraceServerRestConnection connection) |
void |
setDashboard(String dashboard) |
void |
setDelay(Integer delay) |
void |
setFailBuildWhendTFails(Boolean failBuildWhendTFails) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setPrintXmlReportForDebug(Boolean printXmlReportForDebug) |
void |
setProtocol(String protocol) |
void |
setRetryCount(Integer retryCount) |
void |
setUsername(String username) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final TestAutomationRecorder.DescriptorImpl DESCRIPTOR
public Boolean getPrintXmlReportForDebug()
public void setPrintXmlReportForDebug(Boolean printXmlReportForDebug)
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public 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 getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public DynaTraceServerRestConnection getConnection()
public void setConnection(DynaTraceServerRestConnection connection)
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public String getDashboard()
public void setDashboard(String dashboard)
public void setFailBuildWhendTFails(Boolean failBuildWhendTFails)
public Boolean getFailBuildWhendTFails()
public void setRetryCount(Integer retryCount)
public Integer getRetryCount()
public Integer getDelay()
public void setDelay(Integer delay)
Copyright © 2004-2014. All Rights Reserved.