public class QTMReportPublisher
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
QTMReportPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
QTMReportPublisher(String qtmUrl,
String qtmAutomationApiKey,
String proxyUrl,
String automationFramework,
String automationHierarchy,
String testResultFilePath,
String buildName,
String testSuiteName,
String testSName,
String platformName,
String project,
String release,
String cycle,
boolean disableaction) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationFramework() |
String |
getAutomationHierarchy() |
String |
getBuildName() |
String |
getCycle() |
QTMReportPublisher.DescriptorImpl |
getDescriptor() |
String |
getPlatformName() |
String |
getProject() |
String |
getProxyUrl() |
String |
getQtmAutomationApiKey() |
String |
getQtmUrl() |
String |
getRelease() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getTestResultFilePath() |
String |
getTestSName() |
String |
getTestSuiteName() |
boolean |
isDisableaction() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public QTMReportPublisher(String qtmUrl, String qtmAutomationApiKey, String proxyUrl, String automationFramework, String automationHierarchy, String testResultFilePath, String buildName, String testSuiteName, String testSName, String platformName, String project, String release, String cycle, boolean disableaction)
public boolean isDisableaction()
public String getQtmUrl()
public String getQtmAutomationApiKey()
public String getProxyUrl()
public String getAutomationFramework()
public String getAutomationHierarchy()
public String getTestResultFilePath()
public String getBuildName()
public String getTestSuiteName()
public String getTestSName()
public String getPlatformName()
public String getProject()
public String getRelease()
public String getCycle()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws hudson.AbortException
perform in interface jenkins.tasks.SimpleBuildStephudson.AbortExceptionpublic QTMReportPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2016–2019. All rights reserved.