com.atlassian.bamboo.plugins.testresultparser.testng
Class TestMethodEntity

java.lang.Object
  extended by com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodEntity

public class TestMethodEntity
extends Object


Constructor Summary
TestMethodEntity(String methodName, boolean isConfig, String status, long durationMs)
           
 
Method Summary
 void addParam(String value)
           
 void addReporterOutput(String value)
           
 long getDurationMs()
           
 TestMethodExceptionEntity getException()
           
 String getFullName()
           
 String getMethodName()
           
 com.google.common.collect.ImmutableList<String> getReporterOutput()
           
 String getStatus()
           
 boolean hasException()
           
 boolean isConfig()
           
 void setException(TestMethodExceptionEntity exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodEntity

public TestMethodEntity(@NotNull
                        String methodName,
                        boolean isConfig,
                        @NotNull
                        String status,
                        long durationMs)
Method Detail

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.