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

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

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

Fields in org.hudsonci.rest.model.build declared as BuildStateDTO
protected  BuildStateDTO BuildDTO.state
           
 

Methods in org.hudsonci.rest.model.build that return BuildStateDTO
static BuildStateDTO BuildStateDTO.fromValue(String v)
           
 BuildStateDTO BuildDTO.getState()
          Gets the value of the state property.
static BuildStateDTO BuildStateDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildStateDTO[] BuildStateDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hudsonci.rest.model.build with parameters of type BuildStateDTO
 void BuildDTO.setState(BuildStateDTO value)
          Sets the value of the state property.
 BuildDTO BuildDTO.withState(BuildStateDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.