Package com.hp.lft.sdk
Interface AlmRunInfo
public interface AlmRunInfo
An object that includes test or business component information originating from ALM.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the business component run information.Returns the OpenText Application Quality Management domain name.Returns the test parameters as defined in OpenText Application Quality Management for regular tests and business components.Returns the OpenText Application Quality Management project name.int
getRunId()
Returns the OpenText Application Quality Management test run ID.Returns the test run name as defined in ALM.Returns the OpenText Application Quality Management server URL.Returns the name of the user running the test.int
Returns the OpenText Application Quality Management test ID.int
Returns the OpenText Application Quality Management test instance ID.Returns the test name as defined in ALM.int
Returns the OpenText Application Quality Management test set ID.Returns the OpenText Application Quality Management test set name.Returns a RunningLeanFTTestType type indicating the running test Type.
-
Method Details
-
getTesterName
String getTesterName()Returns the name of the user running the test.- Returns:
- the name of the user running the test.
-
getRunId
int getRunId()Returns the OpenText Application Quality Management test run ID.- Returns:
- the OpenText Application Quality Management test run ID.
-
getTestId
int getTestId()Returns the OpenText Application Quality Management test ID.- Returns:
- the OpenText Application Quality Management test ID.
-
getTestName
String getTestName()Returns the test name as defined in ALM.- Returns:
- the OpenText Application Quality Management test name.
-
getTestSetId
int getTestSetId()Returns the OpenText Application Quality Management test set ID.- Returns:
- the OpenText Application Quality Management test set ID.
-
getTestSetName
String getTestSetName()Returns the OpenText Application Quality Management test set name.- Returns:
- the OpenText Application Quality Management test set name.
-
getTestInstanceId
int getTestInstanceId()Returns the OpenText Application Quality Management test instance ID.- Returns:
- the OpenText Application Quality Management test instance ID.
-
getRunName
String getRunName()Returns the test run name as defined in ALM.- Returns:
- the OpenText Application Quality Management test run name.
-
getDomainName
String getDomainName()Returns the OpenText Application Quality Management domain name.- Returns:
- the OpenText Application Quality Management domain name.
-
getProjectName
String getProjectName()Returns the OpenText Application Quality Management project name.- Returns:
- the OpenText Application Quality Management project name.
-
getServerUrl
String getServerUrl()Returns the OpenText Application Quality Management server URL.- Returns:
- the OpenText Application Quality Management server URL.
-
getParameters
Returns the test parameters as defined in OpenText Application Quality Management for regular tests and business components.- Returns:
- the OpenText Application Quality Management test parameters.
-
getBusinessComponentRunInfo
BusinessComponentRunInfo getBusinessComponentRunInfo()Returns the business component run information. If the test is not a business component, returns NULL.- Returns:
- The business component run information. If the test is not a business component, returns NULL.
-
getTestType
Returns a RunningLeanFTTestType type indicating the running test Type.- Returns:
- a RunningLeanFTTestType type indicating the running test Type.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-