Uses of Class
org.hudsonci.rest.model.project.HealthDTO

Packages that use HealthDTO
org.hudsonci.rest.model.project   
 

Uses of HealthDTO in org.hudsonci.rest.model.project
 

Fields in org.hudsonci.rest.model.project declared as HealthDTO
protected  HealthDTO ProjectDTO.health
           
 

Methods in org.hudsonci.rest.model.project that return HealthDTO
 HealthDTO ObjectFactory.createHealthDTO()
          Create an instance of HealthDTO
 HealthDTO ProjectDTO.getHealth()
          Gets the value of the health property.
 HealthDTO HealthDTO.withDescription(String value)
           
 HealthDTO HealthDTO.withScore(int value)
           
 

Methods in org.hudsonci.rest.model.project with parameters of type HealthDTO
 void ProjectDTO.setHealth(HealthDTO value)
          Sets the value of the health property.
 ProjectDTO ProjectDTO.withHealth(HealthDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.