smartjenkins
クラス SmartJenkinsJobConfiguration

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

@ExportedBean
public class SmartJenkinsJobConfiguration
extends Object


フィールドの概要
 boolean enable
           
 long lastBlocked
           
 long lastScheduled
           
 long nextScheduled
           
 
コンストラクタの概要
SmartJenkinsJobConfiguration()
           
 
メソッドの概要
 String getLastBlocked()
           
 String getLastScheduled()
           
 String getNextScheduled()
           
 boolean update(String enableString, String scheduleString)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

enable

@Exported
public boolean enable

lastBlocked

public long lastBlocked

lastScheduled

public long lastScheduled

nextScheduled

public long nextScheduled
コンストラクタの詳細

SmartJenkinsJobConfiguration

public SmartJenkinsJobConfiguration()
メソッドの詳細

getLastBlocked

@Exported
public String getLastBlocked()

getLastScheduled

@Exported
public String getLastScheduled()

getNextScheduled

@Exported
public String getNextScheduled()

update

public boolean update(String enableString,
                      String scheduleString)


Copyright © 2004-2011. All Rights Reserved.