org.jclouds.jenkins.v1.domain
Class ComputerView.Builder

java.lang.Object
  extended by org.jclouds.jenkins.v1.domain.ComputerView.Builder
Enclosing class:
ComputerView

public static class ComputerView.Builder
extends Object


Field Summary
protected  int busyExecutors
           
protected  Set<Computer> computers
           
protected  String displayName
           
protected  int totalExecutors
           
 
Constructor Summary
ComputerView.Builder()
           
 
Method Summary
 ComputerView build()
           
 ComputerView.Builder busyExecutors(int busyExecutors)
           
 ComputerView.Builder computers(Computer... computers)
           
 ComputerView.Builder computers(Set<Computer> computers)
           
 ComputerView.Builder displayName(String displayName)
           
 ComputerView.Builder fromComputerMetadata(ComputerView from)
           
 ComputerView.Builder totalExecutors(int totalExecutors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected String displayName

busyExecutors

protected int busyExecutors

totalExecutors

protected int totalExecutors

computers

protected Set<Computer> computers
Constructor Detail

ComputerView.Builder

public ComputerView.Builder()
Method Detail

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.