smartjenkins
クラス SmartJenkinsTimeSlot

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

public class SmartJenkinsTimeSlot
extends Object


フィールドの概要
static int END
           
static int START
           
 
メソッドの概要
 boolean canBuild(long time)
           
 void enable(boolean enable)
           
 String getCurrentTime()
           
 String getDecoratorJSON()
           
static SmartJenkinsTimeSlot getInstance()
           
 String getValue()
           
 long next(int type)
           
 boolean setTimeSlot(String timeSlotString, boolean checkSame)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

START

public static final int START
関連項目:
定数フィールド値

END

public static final int END
関連項目:
定数フィールド値
メソッドの詳細

getInstance

public static SmartJenkinsTimeSlot getInstance()

enable

public void enable(boolean enable)

setTimeSlot

public boolean setTimeSlot(String timeSlotString,
                           boolean checkSame)

getDecoratorJSON

@Exported
public String getDecoratorJSON()

getCurrentTime

@Exported
public String getCurrentTime()

getValue

@Exported
public String getValue()

next

public long next(int type)

canBuild

public boolean canBuild(long time)

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2004-2011. All Rights Reserved.