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

Packages that use NodeModeDTO
org.hudsonci.rest.model   
 

Uses of NodeModeDTO in org.hudsonci.rest.model
 

Fields in org.hudsonci.rest.model declared as NodeModeDTO
protected  NodeModeDTO NodeDTO.mode
           
 

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

Methods in org.hudsonci.rest.model with parameters of type NodeModeDTO
 void NodeDTO.setMode(NodeModeDTO value)
          Sets the value of the mode property.
 NodeDTO NodeDTO.withMode(NodeModeDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.