com.atlassian.scheduler.compat
Class JobInfo

java.lang.Object
  extended by com.atlassian.scheduler.compat.JobInfo
All Implemented Interfaces:
Serializable

@Immutable
@PublicApi
public class JobInfo
extends Object
implements Serializable

Represents information about a scheduled job.

Since:
v1.0
See Also:
Serialized Form

Constructor Summary
JobInfo(String jobKey, JobHandlerKey jobHandlerKey, Date firstRunDate, long intervalInMillis)
           
 
Method Summary
 boolean equals(Object o)
           
 Date getFirstRunDate()
           
 long getIntervalInMillis()
           
 JobHandlerKey getJobHandlerKey()
           
 String getJobKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobInfo

public JobInfo(String jobKey,
               JobHandlerKey jobHandlerKey,
               Date firstRunDate,
               long intervalInMillis)
Method Detail

getJobKey

public String getJobKey()

getJobHandlerKey

public JobHandlerKey getJobHandlerKey()

getFirstRunDate

public Date getFirstRunDate()

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.