| Package | Description | 
|---|---|
| org.jclouds.jenkins.v1.domain | |
| org.jclouds.jenkins.v1.features | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Computer> | 
ComputerView.computers  | 
protected Set<Computer> | 
ComputerView.Builder.computers  | 
| Modifier and Type | Method and Description | 
|---|---|
Computer | 
Computer.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Computer> | 
ComputerView.getComputers()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Computer.compareTo(Computer that)  | 
ComputerView.Builder | 
ComputerView.Builder.computers(Computer... computers)  | 
Computer.Builder | 
Computer.Builder.fromComputerMetadata(Computer from)  | 
| Modifier and Type | Method and Description | 
|---|---|
ComputerView.Builder | 
ComputerView.Builder.computers(Set<Computer> computers)  | 
| Constructor and Description | 
|---|
ComputerView(String displayName,
            int busyExecutors,
            int totalExecutors,
            Set<Computer> computers)  | 
| Modifier and Type | Method and Description | 
|---|---|
Computer | 
ComputerApi.get(String displayName)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Computer> | 
ComputerAsyncApi.get(String displayName)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.