Package com.perforce.halm.jenkins
Interface IHALMTestReporterTask
-
- All Known Implementing Classes:
HALMTestReporter
,HALMTestReporterStep
public interface IHALMTestReporterTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAutomationSuite()
long
getAutomationSuiteID()
String
getBranch()
String
getDescription()
String
getHalmConnectionID()
String
getProjectID()
boolean
getShowOptionalSettings()
String
getTestFileFormat()
String
getTestFilePattern()
String
getTestRunSet()
long
getTestRunSetID()
-
-
-
Method Detail
-
getHalmConnectionID
String getHalmConnectionID()
-
getProjectID
String getProjectID()
-
getAutomationSuite
String getAutomationSuite()
-
getAutomationSuiteID
long getAutomationSuiteID()
-
getTestFilePattern
String getTestFilePattern()
-
getTestFileFormat
String getTestFileFormat()
-
getTestRunSet
String getTestRunSet()
-
getTestRunSetID
long getTestRunSetID()
-
getDescription
String getDescription()
-
getBranch
String getBranch()
-
getShowOptionalSettings
boolean getShowOptionalSettings()
-
-