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 automationFramework,
String testResultFilePath,
String buildName,
String testSuiteName,
String testSName,
String platformName,
String project,
String release,
String cycle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationFramework() |
String |
getBuildName() |
String |
getCycle() |
QTMReportPublisher.DescriptorImpl |
getDescriptor() |
String |
getPlatformName() |
String |
getProject() |
String |
getQtmAutomationApiKey() |
String |
getQtmUrl() |
String |
getRelease() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getTestResultFilePath() |
String |
getTestSName() |
String |
getTestSuiteName() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic String getQtmUrl()
public String getQtmAutomationApiKey()
public String getAutomationFramework()
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–2018. All rights reserved.