com.atlassian.theplugin.commons.bamboo
Class TestDetailsInfo

java.lang.Object
  extended by com.atlassian.theplugin.commons.bamboo.TestDetailsInfo
All Implemented Interfaces:
TestDetails

public class TestDetailsInfo
extends java.lang.Object
implements TestDetails


Constructor Summary
TestDetailsInfo()
           
 
Method Summary
 java.lang.String getErrors()
           
 java.lang.String getTestClassName()
           
 double getTestDuration()
           
 java.lang.String getTestMethodName()
           
 TestResult getTestResult()
           
 void setTestClassName(java.lang.String testClassName)
           
 void setTestDuration(double testDuration)
           
 void setTestErrors(java.lang.String testErrors)
           
 void setTestMethodName(java.lang.String testMethodName)
           
 void setTestResult(TestResult testResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDetailsInfo

public TestDetailsInfo()
Method Detail

getTestClassName

public java.lang.String getTestClassName()
Specified by:
getTestClassName in interface TestDetails

getTestMethodName

public java.lang.String getTestMethodName()
Specified by:
getTestMethodName in interface TestDetails

getTestDuration

public double getTestDuration()
Specified by:
getTestDuration in interface TestDetails

getTestResult

public TestResult getTestResult()
Specified by:
getTestResult in interface TestDetails

getErrors

public java.lang.String getErrors()
Specified by:
getErrors in interface TestDetails

setTestClassName

public void setTestClassName(java.lang.String testClassName)

setTestDuration

public void setTestDuration(double testDuration)

setTestErrors

public void setTestErrors(java.lang.String testErrors)

setTestMethodName

public void setTestMethodName(java.lang.String testMethodName)

setTestResult

public void setTestResult(TestResult testResult)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.