Uses of Class
org.jclouds.jenkins.v1.domain.Computer

Packages that use Computer
org.jclouds.jenkins.v1.domain   
org.jclouds.jenkins.v1.features   
 

Uses of Computer in org.jclouds.jenkins.v1.domain
 

Fields in org.jclouds.jenkins.v1.domain with type parameters of type Computer
protected  Set<Computer> ComputerView.computers
           
protected  Set<Computer> ComputerView.Builder.computers
           
 

Methods in org.jclouds.jenkins.v1.domain that return Computer
 Computer Computer.Builder.build()
           
 

Methods in org.jclouds.jenkins.v1.domain that return types with arguments of type Computer
 Set<Computer> ComputerView.getComputers()
           
 

Methods in org.jclouds.jenkins.v1.domain with parameters of type Computer
 int Computer.compareTo(Computer that)
           
 ComputerView.Builder ComputerView.Builder.computers(Computer... computers)
           
 Computer.Builder Computer.Builder.fromComputerMetadata(Computer from)
           
 

Method parameters in org.jclouds.jenkins.v1.domain with type arguments of type Computer
 ComputerView.Builder ComputerView.Builder.computers(Set<Computer> computers)
           
 

Constructor parameters in org.jclouds.jenkins.v1.domain with type arguments of type Computer
ComputerView(String displayName, int busyExecutors, int totalExecutors, Set<Computer> computers)
           
 

Uses of Computer in org.jclouds.jenkins.v1.features
 

Methods in org.jclouds.jenkins.v1.features that return Computer
 Computer ComputerApi.get(String displayName)
           
 

Methods in org.jclouds.jenkins.v1.features that return types with arguments of type Computer
 com.google.common.util.concurrent.ListenableFuture<Computer> ComputerAsyncApi.get(String displayName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.