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:boolean
Deprecated.getGroup()
Deprecated.getJobId()
Deprecated.int
hashCode()
Deprecated.toString()
Deprecated.static ScheduledJobKey
valueOf
(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.
-
JobId
instead.Known deletion blockers:
com.atlassian.confluence.event.events.cluster
com.atlassian.confluence.schedule.events
com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc