com.atlassian.scheduler.config
Class CronScheduleInfo

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

@Immutable
@PublicApi
public final class CronScheduleInfo
extends Object

The description of a cron expression schedule.

Since:
v1.0

Method Summary
 boolean equals(Object o)
           
 String getCronExpression()
           
 TimeZone getTimeZone()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getCronExpression

@Nonnull
public String getCronExpression()

getTimeZone

@Nullable
public TimeZone getTimeZone()

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.