controller
クラス Controller

java.lang.Object
  上位を拡張 hudson.widgets.Widget
      上位を拡張 controller.Controller
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class Controller
extends hudson.widgets.Widget
implements hudson.model.RootAction


入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static List<String> Mac
           
 
コンストラクタの概要
Controller()
           
 
メソッドの概要
static boolean createFile(String filePath)
           
static void CreateJob()
           
 void doOff(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doRefresh(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
static hudson.model.Computer[] get_all()
           
 String getDisplayName()
           
 String getIconFileName()
           
static String[][] getipmac()
           
 List<String> getLog()
           
 String getPluginResourcePath()
           
 String getRootUrl()
           
static List<String> getslaveNames()
           
 List<String> getState()
           
 String getUrlName()
           
static void getWakeonlan(String slaveName)
           
static void getWakeonlan(String s, String mac, String ip, boolean wait)
           
static void setShutdown(String[] needDoslave)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

Mac

public static List<String> Mac
コンストラクタの詳細

Controller

public Controller()
メソッドの詳細

createFile

public static boolean createFile(String filePath)

getIconFileName

public String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getUrlName

public String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName
オーバーライド:
クラス hudson.widgets.Widget 内の getUrlName

getRootUrl

public String getRootUrl()

get_all

public static hudson.model.Computer[] get_all()

CreateJob

public static void CreateJob()
                      throws IOException
例外:
IOException

doRefresh

public void doRefresh(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws javax.servlet.ServletException,
                      IOException,
                      InterruptedException
例外:
javax.servlet.ServletException
IOException
InterruptedException

getState

public List<String> getState()

getslaveNames

public static List<String> getslaveNames()

getLog

public List<String> getLog()
                    throws IOException,
                           InterruptedException
例外:
IOException
InterruptedException

getipmac

public static String[][] getipmac()

getPluginResourcePath

@Exported
public String getPluginResourcePath()

doOff

public void doOff(org.kohsuke.stapler.StaplerRequest req,
                  org.kohsuke.stapler.StaplerResponse rsp)
           throws javax.servlet.ServletException,
                  IOException,
                  InterruptedException
例外:
javax.servlet.ServletException
IOException
InterruptedException

getWakeonlan

public static void getWakeonlan(String slaveName)
                         throws IOException,
                                InterruptedException
例外:
IOException
InterruptedException

getWakeonlan

public static void getWakeonlan(String s,
                                String mac,
                                String ip,
                                boolean wait)
                         throws IOException,
                                InterruptedException
例外:
IOException
InterruptedException

setShutdown

public static void setShutdown(String[] needDoslave)
                        throws IOException
例外:
IOException


Copyright © 2004-2011. All Rights Reserved.