com.atlassian.scheduler.compat
Class JobInfo
java.lang.Object
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
JobInfo
public JobInfo(String jobKey,
JobHandlerKey jobHandlerKey,
Date firstRunDate,
long intervalInMillis)
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.