Uses of Class
org.hudsonci.rest.model.StatusDTO

Packages that use StatusDTO
org.hudsonci.rest.model   
 

Uses of StatusDTO in org.hudsonci.rest.model
 

Methods in org.hudsonci.rest.model that return StatusDTO
 StatusDTO ObjectFactory.createStatusDTO()
          Create an instance of StatusDTO
 StatusDTO StatusDTO.withInitLevel(InitLevelDTO value)
           
 StatusDTO StatusDTO.withQuietingDown(boolean value)
           
 StatusDTO StatusDTO.withSystemMessage(String value)
           
 StatusDTO StatusDTO.withTerminating(boolean value)
           
 StatusDTO StatusDTO.withUrl(String value)
           
 StatusDTO StatusDTO.withUser(UserDTO value)
           
 StatusDTO StatusDTO.withVersion(String value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.