Uses of Enum Class
de.espirit.firstspirit.access.schedule.MaintenanceModeTask.MaintenanceStage
Packages that use MaintenanceModeTask.MaintenanceStage
-
Uses of MaintenanceModeTask.MaintenanceStage in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return MaintenanceModeTask.MaintenanceStageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MaintenanceModeTask.MaintenanceStage[]MaintenanceModeTask.MaintenanceStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.schedule with parameters of type MaintenanceModeTask.MaintenanceStageModifier and TypeMethodDescriptionlongMaintenanceModeTask.getDurationOfStage(@NotNull MaintenanceModeTask.MaintenanceStage stage) Each stage has a duration after which the next stage is started.voidMaintenanceModeTask.setDurationOfStage(long durationInMilliseconds, @NotNull MaintenanceModeTask.MaintenanceStage stage) Each stage has a duration after which the next stage is started. -
Uses of MaintenanceModeTask.MaintenanceStage in de.espirit.firstspirit.server
Methods in de.espirit.firstspirit.server that return MaintenanceModeTask.MaintenanceStageModifier and TypeMethodDescription@Nullable MaintenanceModeTask.MaintenanceStageMaintenanceModeInfo.getCurrentStage()A maintenance mode task consists of up to five stages, from an initial preparation period up to activating the actual maintenance mode.Methods in de.espirit.firstspirit.server with parameters of type MaintenanceModeTask.MaintenanceStageModifier and TypeMethodDescriptionlongMaintenanceModeInfo.getDurationOfStageInMillis(@NotNull MaintenanceModeTask.MaintenanceStage stage) Each stage has a duration after which the next stage is started.@NotNull ZonedDateTimeMaintenanceModeInfo.getStartingTimeOfStage(@NotNull MaintenanceModeTask.MaintenanceStage stage) EachMaintenanceModeTask.MaintenanceStageis started at a particular time if the task is not stopped prematurely.@NotNull DateMaintenanceModeInfo.getStartingTimeOfStageAsDate(@NotNull MaintenanceModeTask.MaintenanceStage stage) Deprecated, for removal: This API element is subject to removal in a future version.
MaintenanceModeInfo.getStartingTimeOfStage(MaintenanceStage)instead