Package com.piketec.jenkins.plugins.tpt
Class Testcase
- java.lang.Object
-
- com.piketec.jenkins.plugins.tpt.Testcase
-
public class Testcase extends Object
The result of a parsed TPT test case execution result- Author:
- jkuhnert, PikeTec GmbH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExecutionConfigName()
String
getPlatformName()
void
setExecutionConfigName(String executionConfigName)
void
setPlatformName(String platformName)
-
-
-
Method Detail
-
getExecutionConfigName
public String getExecutionConfigName()
- Returns:
- The name of the execution config the test was executed with
-
setExecutionConfigName
public void setExecutionConfigName(String executionConfigName)
- Parameters:
executionConfigName
- set the name of the execution config the test was executed with
-
getPlatformName
public String getPlatformName()
- Returns:
- The name of the platform the test was executed with. When a platform was used multiple times in an execution config the index is appended.
-
setPlatformName
public void setPlatformName(String platformName)
- Parameters:
platformName
- Set the name of the platform the test was executed with. When a platform was used multiple times in an execution config the index is appended.
-
-