smartjenkins
クラス SmartJenkinsComputerManager

java.lang.Object
  上位を拡張 smartjenkins.SmartJenkinsComputerManager

public class SmartJenkinsComputerManager
extends Object


メソッドの概要
 void add(hudson.model.Computer computer)
           
 boolean contains(hudson.model.Computer computer)
           
 void delete(hudson.model.Computer computer)
           
static SmartJenkinsComputerManager getInstance()
           
 hudson.model.Computer getMaster()
           
 SmartJenkinsComputer getSlave(String name)
           
 List<SmartJenkinsComputer> getSlaves()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getMaster

public hudson.model.Computer getMaster()

getSlaves

public List<SmartJenkinsComputer> getSlaves()

getSlave

public SmartJenkinsComputer getSlave(String name)

contains

public boolean contains(hudson.model.Computer computer)

add

public void add(hudson.model.Computer computer)

delete

public void delete(hudson.model.Computer computer)

getInstance

public static SmartJenkinsComputerManager getInstance()


Copyright © 2004-2011. All Rights Reserved.