smartjenkins
クラス SmartJenkinsUtils

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

public class SmartJenkinsUtils
extends Object


コンストラクタの概要
SmartJenkinsUtils()
           
 
メソッドの概要
static String formatDate(Date date)
           
static String formatDate(long time)
           
static int getDayOfWeek(long time)
          Get the day in a week. (1-7:Monday-Sunday)
static Date parseDateString(String dateString)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SmartJenkinsUtils

public SmartJenkinsUtils()
メソッドの詳細

formatDate

public static String formatDate(Date date)

formatDate

public static String formatDate(long time)

parseDateString

public static Date parseDateString(String dateString)

getDayOfWeek

public static int getDayOfWeek(long time)
Get the day in a week. (1-7:Monday-Sunday)

パラメータ:
time - a time in milliseconds
戻り値:
what the day the specified time is in a week.


Copyright © 2004-2011. All Rights Reserved.