Class HALMTestReporterStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
-
- All Implemented Interfaces:
IHALMTestReporterTask,ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class HALMTestReporterStep extends org.jenkinsci.plugins.workflow.steps.Step implements IHALMTestReporterTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHALMTestReporterStep.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description HALMTestReporterStep(String halmConnectionID, String projectID, long automationSuiteID, String testFilePattern, long testRunSetID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutomationSuite()longgetAutomationSuiteID()StringgetBranch()StringgetDescription()StringgetHalmConnectionID()StringgetProjectID()booleangetShowOptionalSettings()StringgetTestFileFormat()StringgetTestFilePattern()StringgetTestRunSet()longgetTestRunSetID()voidsetAutomationSuite(String automationSuiteName)voidsetAutomationSuiteID(long automationSuiteID)voidsetBranch(String branch)voidsetDescription(String description)voidsetHalmConnectionID(String halmConnectionID)voidsetProjectID(String projectID)voidsetTestFileFormat(String testFileFormat)voidsetTestFilePattern(String testFilePattern)voidsetTestRunSet(String testRunSet)voidsetTestRunSetID(long testRunSetID)org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Method Detail
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getHalmConnectionID
public String getHalmConnectionID()
- Specified by:
getHalmConnectionIDin interfaceIHALMTestReporterTask
-
setHalmConnectionID
@DataBoundSetter public final void setHalmConnectionID(String halmConnectionID)
-
getProjectID
public String getProjectID()
- Specified by:
getProjectIDin interfaceIHALMTestReporterTask
-
setProjectID
@DataBoundSetter public final void setProjectID(String projectID)
-
setAutomationSuite
@DataBoundSetter public final void setAutomationSuite(String automationSuiteName)
-
getAutomationSuite
public String getAutomationSuite()
- Specified by:
getAutomationSuitein interfaceIHALMTestReporterTask
-
getAutomationSuiteID
public long getAutomationSuiteID()
- Specified by:
getAutomationSuiteIDin interfaceIHALMTestReporterTask
-
setAutomationSuiteID
@DataBoundSetter public final void setAutomationSuiteID(long automationSuiteID)
-
getTestFilePattern
public String getTestFilePattern()
- Specified by:
getTestFilePatternin interfaceIHALMTestReporterTask
-
setTestFilePattern
@DataBoundSetter public final void setTestFilePattern(String testFilePattern)
-
getTestFileFormat
public String getTestFileFormat()
- Specified by:
getTestFileFormatin interfaceIHALMTestReporterTask
-
setTestFileFormat
@DataBoundSetter public final void setTestFileFormat(String testFileFormat)
-
getTestRunSet
public String getTestRunSet()
- Specified by:
getTestRunSetin interfaceIHALMTestReporterTask
-
setTestRunSet
@DataBoundSetter public final void setTestRunSet(String testRunSet)
-
getTestRunSetID
public long getTestRunSetID()
- Specified by:
getTestRunSetIDin interfaceIHALMTestReporterTask
-
setTestRunSetID
@DataBoundSetter public final void setTestRunSetID(long testRunSetID)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIHALMTestReporterTask
-
setDescription
@DataBoundSetter public final void setDescription(String description)
-
getBranch
public String getBranch()
- Specified by:
getBranchin interfaceIHALMTestReporterTask
-
setBranch
@DataBoundSetter public final void setBranch(String branch)
-
getShowOptionalSettings
public boolean getShowOptionalSettings()
- Specified by:
getShowOptionalSettingsin interfaceIHALMTestReporterTask
-
-