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

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

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

Methods in org.hudsonci.rest.model.build that return TestsDTO
 TestsDTO ObjectFactory.createTestsDTO()
          Create an instance of TestsDTO
 TestsDTO TestsDTO.withFailed(int value)
           
 TestsDTO TestsDTO.withSkipped(int value)
           
 TestsDTO TestsDTO.withSuites(Collection<TestSuiteDTO> values)
           
 TestsDTO TestsDTO.withSuites(TestSuiteDTO... values)
           
 TestsDTO TestsDTO.withTotal(int value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.