Class TestMethodExceptionEntity
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodExceptionEntity
-
public class TestMethodExceptionEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description TestMethodExceptionEntity(String className, String message, String stacktrace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodExceptionEntity.Builder
builder()
String
getClassName()
String
getMessage()
String
getStacktrace()
TestCaseResultError
toTestCaseResultError()
-
-
-
Method Detail
-
builder
public static com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodExceptionEntity.Builder builder()
-
getClassName
public String getClassName()
-
getMessage
public String getMessage()
-
getStacktrace
public String getStacktrace()
-
toTestCaseResultError
public TestCaseResultError toTestCaseResultError()
-
-