java.lang.Object
com.riadalabs.jira.plugins.insight.services.progress.model.ProgressState
Direct Known Subclasses:
ImmutableProgressState

@Immutable @PublicApi public abstract class ProgressState extends Object
The progress state represent a progress at a specific time. The progress state will never update automatically but represents a snapshot in time and the state of the given progress at that time
  • Constructor Details

    • ProgressState

      public ProgressState()
  • Method Details

    • progressId

      @Nonnull public abstract ProgressId progressId()
    • started

      @Nonnull public abstract Instant started()
    • ended

      @Nonnull public abstract Optional<Instant> ended()
    • result

      @Nonnull public abstract Result result()