@Immutable @PublicApi public final class JobId extends Object implements Serializable, Comparable<JobId>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JobId o) |
boolean |
equals(Object o) |
int |
hashCode() |
static JobId |
of(String id)
Wraps the provided string as a
JobId. |
String |
toString() |
Copyright © 2017 Atlassian. All rights reserved.