Class PollIntervalInSecondsTimeBoxIsTooSmallNotification

java.lang.Object
org.jobrunr.server.dashboard.PollIntervalInSecondsTimeBoxIsTooSmallNotification
All Implemented Interfaces:
DashboardNotification

public class PollIntervalInSecondsTimeBoxIsTooSmallNotification extends Object implements DashboardNotification
  • Constructor Details

    • PollIntervalInSecondsTimeBoxIsTooSmallNotification

      public PollIntervalInSecondsTimeBoxIsTooSmallNotification(long runIndex, Integer pollIntervalInSeconds, Instant runStartTime, Integer actualDurationInSeconds)
  • Method Details

    • getRunIndex

      public long getRunIndex()
    • getRunStartTime

      public Instant getRunStartTime()
    • getPollIntervalInSeconds

      public Integer getPollIntervalInSeconds()
    • getActualDurationInSeconds

      public Integer getActualDurationInSeconds()