com.atlassian.confluence.schedule
Class ScheduledJobKey
java.lang.Object
com.atlassian.confluence.schedule.ScheduledJobKey
- All Implemented Interfaces:
- Serializable
public class ScheduledJobKey
- extends Object
- implements Serializable
Identifier for a scheduled job. Immutable.
- See Also:
- Serialized Form
ScheduledJobKey
public ScheduledJobKey(String jobId)
ScheduledJobKey
public ScheduledJobKey(String group,
String jobId)
getGroup
public String getGroup()
getJobId
public String getJobId()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
valueOf
public static ScheduledJobKey valueOf(org.quartz.JobDetail jobDetail)