Class ScheduledJobKey
java.lang.Object
com.atlassian.confluence.schedule.ScheduledJobKey
- All Implemented Interfaces:
Serializable
Deprecated.
Identifier for a scheduled job. Immutable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledJobKey(String jobId) Deprecated.ScheduledJobKey(String group, String jobId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionasString()Deprecated.Returns the key in the following format:booleanDeprecated.getGroup()Deprecated.getJobId()Deprecated.inthashCode()Deprecated.toString()Deprecated.static ScheduledJobKeyvalueOf(com.atlassian.scheduler.config.JobId jobId) Deprecated.
-
Constructor Details
-
ScheduledJobKey
Deprecated. -
ScheduledJobKey
Deprecated.
-
-
Method Details
-
getGroup
Deprecated. -
getJobId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
asString
Deprecated.Returns the key in the following format:{group}#{jobId}
If group or jobId is null, then it will be returned as a blank.
This may be used as a key into Bandana, or other String keyed map.
-
valueOf
Deprecated.
-
JobIdinstead.Known deletion blockers:
com.atlassian.confluence.event.events.clustercom.atlassian.confluence.schedule.eventsinvalid reference