Uses of Enum Class
de.espirit.firstspirit.access.schedule.MaintenanceModeTask.MaintenanceScope
Packages that use MaintenanceModeTask.MaintenanceScope
-
Uses of MaintenanceModeTask.MaintenanceScope in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return MaintenanceModeTask.MaintenanceScopeModifier and TypeMethodDescription@NotNull MaintenanceModeTask.MaintenanceScopeMaintenanceModeTask.getMaintenanceScope()Indicates the scope of this maintenance task, i.e. if only certain projects or the whole server is affected.Returns the enum constant of this class with the specified name.static MaintenanceModeTask.MaintenanceScope[]MaintenanceModeTask.MaintenanceScope.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.MaintenanceScopeModifier and TypeMethodDescriptionvoidMaintenanceModeTask.setMaintenanceScope(@NotNull MaintenanceModeTask.MaintenanceScope maintenanceScope) Defines the scope of this maintenance task. -
Uses of MaintenanceModeTask.MaintenanceScope in de.espirit.firstspirit.server
Methods in de.espirit.firstspirit.server that return MaintenanceModeTask.MaintenanceScopeModifier and TypeMethodDescription@NotNull MaintenanceModeTask.MaintenanceScopeMaintenanceModeInfo.getMaintenanceScope()Indicates the scope of this maintenance task, i.e. if only certain projects or the whole server is affected.