Uses of Enum Class
io.yupiik.batch.ui.backend.model.Status
Packages that use Status
-
Uses of Status in io.yupiik.batch.ui.backend.model
Methods in io.yupiik.batch.ui.backend.model that return StatusModifier and TypeMethodDescriptionJob.status()Returns the value of thestatusrecord component.Step.status()Returns the value of thestatusrecord component.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.yupiik.batch.ui.backend.model with parameters of type StatusModifierConstructorDescriptionJob(String id, String name, Status status, String comment, OffsetDateTime started, OffsetDateTime finished, List<Step> steps)Creates an instance of aJobrecord class.Step(String id, String name, Status status, String comment, OffsetDateTime started, OffsetDateTime finished, String previousId)Creates an instance of aSteprecord class.