public interface Job
Modifier and Type | Method and Description |
---|---|
Optional<Instant> |
getEndDate() |
long |
getId() |
Optional<ApplicationUser> |
getInitiator() |
String |
getNodeId() |
Progress |
getProgress() |
Instant |
getStartDate() |
JobState |
getState() |
String |
getType() |
Instant |
getUpdatedDate() |
int |
getVersion() |
long getId()
@Nonnull String getType()
@Nonnull Optional<ApplicationUser> getInitiator()
@Nonnull Optional<Instant> getEndDate()
int getVersion()
Copyright © 2022 Atlassian. All rights reserved.