com.atlassian.bamboo.plugins.testresultparser.testng
Class TestMethodEntity
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodEntity
public class TestMethodEntity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethodEntity
public TestMethodEntity(@NotNull
String methodName,
boolean isConfig,
@NotNull
String status,
long durationMs)
addParam
public void addParam(@Nullable
String value)
addReporterOutput
public void addReporterOutput(@Nullable
String value)
setException
public void setException(TestMethodExceptionEntity exception)
getFullName
public String getFullName()
getMethodName
public String getMethodName()
isConfig
public boolean isConfig()
getStatus
public String getStatus()
getDurationMs
public long getDurationMs()
getReporterOutput
public com.google.common.collect.ImmutableList<String> getReporterOutput()
hasException
public boolean hasException()
getException
public TestMethodExceptionEntity getException()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.