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

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

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

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

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

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

Methods in org.jclouds.jenkins.v1.features that return ComputerView
 ComputerView ComputerApi.getView()
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.