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

Packages that use NodeDTO
org.hudsonci.rest.model   
 

Uses of NodeDTO in org.hudsonci.rest.model
 

Fields in org.hudsonci.rest.model with type parameters of type NodeDTO
protected  List<NodeDTO> NodesDTO.nodes
           
 

Methods in org.hudsonci.rest.model that return NodeDTO
 NodeDTO ObjectFactory.createNodeDTO()
          Create an instance of NodeDTO
 NodeDTO NodeDTO.withDescription(String value)
           
 NodeDTO NodeDTO.withExecutors(int value)
           
 NodeDTO NodeDTO.withMode(NodeModeDTO value)
           
 NodeDTO NodeDTO.withName(String value)
           
 

Methods in org.hudsonci.rest.model that return types with arguments of type NodeDTO
 List<NodeDTO> NodesDTO.getNodes()
          Gets the value of the nodes property.
 

Methods in org.hudsonci.rest.model with parameters of type NodeDTO
 NodesDTO NodesDTO.withNodes(NodeDTO... values)
           
 

Method parameters in org.hudsonci.rest.model with type arguments of type NodeDTO
 NodesDTO NodesDTO.withNodes(Collection<NodeDTO> values)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.