org.jclouds.jenkins.v1.domain
Class ComputerView.Builder
java.lang.Object
org.jclouds.jenkins.v1.domain.ComputerView.Builder
- Enclosing class:
- ComputerView
public static class ComputerView.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayName
protected String displayName
busyExecutors
protected int busyExecutors
totalExecutors
protected int totalExecutors
computers
protected Set<Computer> computers
ComputerView.Builder
public ComputerView.Builder()
displayName
public ComputerView.Builder displayName(String displayName)
- See Also:
ComputerView.getDisplayName()
busyExecutors
public ComputerView.Builder busyExecutors(int busyExecutors)
- See Also:
ComputerView.getBusyExecutors()
totalExecutors
public ComputerView.Builder totalExecutors(int totalExecutors)
- See Also:
ComputerView.getTotalExecutors()
computers
public ComputerView.Builder computers(Computer... computers)
- See Also:
ComputerView#getLinks()
computers
public ComputerView.Builder computers(Set<Computer> computers)
- See Also:
ComputerView#getLinks()
build
public ComputerView build()
fromComputerMetadata
public ComputerView.Builder fromComputerMetadata(ComputerView from)
Copyright © 2009-2012 jclouds. All Rights Reserved.