public class QTMReportPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
QTMReportPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
QTMReportPublisher(String qtmUrl,
String qtmAutomationApiKey,
String automationFramework,
String testResultFilePath,
String buildName,
String testSuiteName,
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 |
getTestSuiteName() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getQtmUrl()
public String getQtmAutomationApiKey()
public String getAutomationFramework()
public String getTestResultFilePath()
public String getBuildName()
public String getTestSuiteName()
public String getPlatformName()
public String getProject()
public String getRelease()
public String getCycle()
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 QTMReportPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2018. All rights reserved.