com.atlassian.scheduler.config
Class IntervalScheduleInfo

java.lang.Object
  extended by com.atlassian.scheduler.config.IntervalScheduleInfo

@Immutable
@PublicApi
public final class IntervalScheduleInfo
extends Object

The description of an Schedule.forInterval(long, Date) interval schedule}.

Since:
v1.0

Method Summary
 boolean equals(Object o)
           
 Date getFirstRunTime()
           
 long getIntervalInMillis()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFirstRunTime

@Nullable
public Date getFirstRunTime()

getIntervalInMillis

public long getIntervalInMillis()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Atlassian. All Rights Reserved.