Package org.jobrunr.jobs.states
Class DeletedState
- java.lang.Object
-
- org.jobrunr.jobs.states.AbstractJobState
-
- org.jobrunr.jobs.states.DeletedState
-
- All Implemented Interfaces:
JobState
public class DeletedState extends AbstractJobState
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeletedState()
DeletedState(java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.Instant
getDeletedAt()
java.lang.String
getReason()
-
Methods inherited from class org.jobrunr.jobs.states.AbstractJobState
getCreatedAt, getName, getUpdatedAt
-
-