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

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

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

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

Methods in org.hudsonci.rest.model.build that return TestSuiteDTO
 TestSuiteDTO ObjectFactory.createTestSuiteDTO()
          Create an instance of TestSuiteDTO
 TestSuiteDTO TestSuiteDTO.withCases(Collection<TestCaseDTO> values)
           
 TestSuiteDTO TestSuiteDTO.withCases(TestCaseDTO... values)
           
 TestSuiteDTO TestSuiteDTO.withDuration(float value)
           
 TestSuiteDTO TestSuiteDTO.withName(String value)
           
 TestSuiteDTO TestSuiteDTO.withTimeStamp(String value)
           
 

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

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

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



Copyright © 2004-2011 Hudson. All Rights Reserved.