smartjenkins
クラス SmartJenkinsConfiguration

java.lang.Object
  上位を拡張 smartjenkins.SmartJenkinsConfiguration
すべての実装されたインタフェース:
hudson.model.Saveable

public class SmartJenkinsConfiguration
extends Object
implements hudson.model.Saveable


フィールドの概要
 Map<String,SmartJenkinsComputerConfiguration> computerConfigurations
           
 boolean enable
           
 String fontSize
           
 Map<String,SmartJenkinsJobConfiguration> jobConfigurations
           
 int tabType
           
 SmartJenkinsTimeSlot timeSlot
           
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
メソッドの概要
static SmartJenkinsConfiguration getInstance()
           
 void save()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

enable

@Exported
public boolean enable

timeSlot

@Exported
public SmartJenkinsTimeSlot timeSlot

fontSize

@Exported
public String fontSize

jobConfigurations

@Exported
public Map<String,SmartJenkinsJobConfiguration> jobConfigurations

tabType

@Exported
public int tabType

computerConfigurations

@Exported
public Map<String,SmartJenkinsComputerConfiguration> computerConfigurations
メソッドの詳細

getInstance

public static SmartJenkinsConfiguration getInstance()

save

public void save()
定義:
インタフェース hudson.model.Saveable 内の save


Copyright © 2004-2011. All Rights Reserved.