public class HALMTestReporterStep extends org.jenkinsci.plugins.workflow.steps.Step implements IHALMTestReporterTask
| Modifier and Type | Class and Description |
|---|---|
static class |
HALMTestReporterStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
HALMTestReporterStep(String halmConnectionID,
String projectID,
long automationSuiteID,
String testFilePattern,
long testRunSetID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationSuite() |
long |
getAutomationSuiteID() |
String |
getBranch() |
String |
getDescription() |
String |
getHalmConnectionID() |
String |
getProjectID() |
boolean |
getShowOptionalSettings() |
String |
getTestFileFormat() |
String |
getTestFilePattern() |
String |
getTestRunSet() |
long |
getTestRunSetID() |
void |
setAutomationSuite(String automationSuiteName) |
void |
setAutomationSuiteID(long automationSuiteID) |
void |
setBranch(String branch) |
void |
setDescription(String description) |
void |
setHalmConnectionID(String halmConnectionID) |
void |
setProjectID(String projectID) |
void |
setTestFileFormat(String testFileFormat) |
void |
setTestFilePattern(String testFilePattern) |
void |
setTestRunSet(String testRunSet) |
void |
setTestRunSetID(long testRunSetID) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getHalmConnectionID()
getHalmConnectionID in interface IHALMTestReporterTask@DataBoundSetter public final void setHalmConnectionID(String halmConnectionID)
public String getProjectID()
getProjectID in interface IHALMTestReporterTask@DataBoundSetter public final void setProjectID(String projectID)
@DataBoundSetter public final void setAutomationSuite(String automationSuiteName)
public String getAutomationSuite()
getAutomationSuite in interface IHALMTestReporterTaskpublic long getAutomationSuiteID()
getAutomationSuiteID in interface IHALMTestReporterTask@DataBoundSetter public final void setAutomationSuiteID(long automationSuiteID)
public String getTestFilePattern()
getTestFilePattern in interface IHALMTestReporterTask@DataBoundSetter public final void setTestFilePattern(String testFilePattern)
public String getTestFileFormat()
getTestFileFormat in interface IHALMTestReporterTask@DataBoundSetter public final void setTestFileFormat(String testFileFormat)
public String getTestRunSet()
getTestRunSet in interface IHALMTestReporterTask@DataBoundSetter public final void setTestRunSet(String testRunSet)
public long getTestRunSetID()
getTestRunSetID in interface IHALMTestReporterTask@DataBoundSetter public final void setTestRunSetID(long testRunSetID)
public String getDescription()
getDescription in interface IHALMTestReporterTask@DataBoundSetter public final void setDescription(String description)
public String getBranch()
getBranch in interface IHALMTestReporterTask@DataBoundSetter public final void setBranch(String branch)
public boolean getShowOptionalSettings()
getShowOptionalSettings in interface IHALMTestReporterTaskCopyright © 2016–2023. All rights reserved.