Uses of Class
org.hudsonci.rest.model.build.TestCaseDTO

Packages that use TestCaseDTO
org.hudsonci.rest.model.build   
 

Uses of TestCaseDTO in org.hudsonci.rest.model.build
 

Fields in org.hudsonci.rest.model.build with type parameters of type TestCaseDTO
protected  List<TestCaseDTO> TestSuiteDTO.cases
           
 

Methods in org.hudsonci.rest.model.build that return TestCaseDTO
 TestCaseDTO ObjectFactory.createTestCaseDTO()
          Create an instance of TestCaseDTO
 TestCaseDTO TestCaseDTO.withAge(int value)
           
 TestCaseDTO TestCaseDTO.withClassName(String value)
           
 TestCaseDTO TestCaseDTO.withDuration(float value)
           
 TestCaseDTO TestCaseDTO.withErrorDetails(String value)
           
 TestCaseDTO TestCaseDTO.withErrorStackTrace(String value)
           
 TestCaseDTO TestCaseDTO.withName(String value)
           
 TestCaseDTO TestCaseDTO.withStatus(TestCaseStatusDTO value)
           
 

Methods in org.hudsonci.rest.model.build that return types with arguments of type TestCaseDTO
 List<TestCaseDTO> TestSuiteDTO.getCases()
          Gets the value of the cases property.
 

Methods in org.hudsonci.rest.model.build with parameters of type TestCaseDTO
 TestSuiteDTO TestSuiteDTO.withCases(TestCaseDTO... values)
           
 

Method parameters in org.hudsonci.rest.model.build with type arguments of type TestCaseDTO
 TestSuiteDTO TestSuiteDTO.withCases(Collection<TestCaseDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.