public class HALMTestReporterObject extends Object
| Constructor and Description |
|---|
HALMTestReporterObject() |
HALMTestReporterObject(String connID,
String projID,
long suiteID,
String filePattern,
String fileFormat,
long setID,
String desc,
String b) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAutomationSuiteID() |
String |
getBranch() |
String |
getDescription() |
String |
getHalmConnectionID()
Gets the selected Helix ALM connection ID, or throws an exception
if no selection is made.
|
String |
getProjectID()
Gets the selected Helix ALM project ID, or throws an exception
if no selection is made.
|
String |
getTestFileFormat() |
String |
getTestFilePattern() |
String |
getTestRunSet()
Gets the name of a test run set so the build can be associated with it.
|
long |
getTestRunSetID()
Gets the ID of a test run set so the build can be associated with it.
|
void |
setAutomationSuiteID(long suiteID) |
void |
setBranch(String b) |
void |
setDescription(String d) |
void |
setHalmConnectionID(String connID) |
void |
setProjectID(String projID) |
void |
setTestFileFormat(String fileFormat) |
void |
setTestFilePattern(String filePattern) |
void |
setTestRunSet(String set)
Sets the name of the test run set to associate to the build.
|
void |
setTestRunSetID(long setID)
Sets the ID of a test run set.
|
public String getHalmConnectionID() throws NullPointerException
NullPointerException - - if halmConnectionID is null.public void setHalmConnectionID(String connID)
public String getProjectID() throws Exception
NullPointerException - - if projectID is null.Exceptionpublic void setProjectID(String projID)
public long getAutomationSuiteID()
throws Exception
Exception - - if automationSuiteID is invalidpublic void setAutomationSuiteID(long suiteID)
public void setTestFilePattern(String filePattern)
public String getTestFileFormat()
public void setTestFileFormat(String fileFormat)
public long getTestRunSetID()
public void setTestRunSetID(long setID)
setID - - The ID of the test run set to send up to the serverpublic String getTestRunSet()
public void setTestRunSet(String set)
set - - the test run set's namepublic String getBranch()
public void setBranch(String b)
public String getDescription()
public void setDescription(String d)
Copyright © 2016–2022. All rights reserved.