Uses of Class
com.morpheusdata.model.ExecuteScheduleType
Packages that use ExecuteScheduleType
-
Uses of ExecuteScheduleType in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ExecuteScheduleTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Date>MorpheusExecuteScheduleTypeService.calculateNextFire(ExecuteScheduleType executeScheduleType) Returns the next fire date for a given schedule type -
Uses of ExecuteScheduleType in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type ExecuteScheduleTypeModifier and TypeMethodDescriptionMorpheusSynchronousExecuteScheduleTypeService.calculateNextFire(ExecuteScheduleType executeScheduleType) Returns the next fire date for a given schedule type -
Uses of ExecuteScheduleType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ExecuteScheduleTypeModifier and TypeFieldDescriptionprotected ExecuteScheduleTypeBackupJob.scheduleTypeprotected ExecuteScheduleTypeJobTarget.scheduleTypeprotected ExecuteScheduleTypeJobTemplate.scheduleTypeprotected ExecuteScheduleTypeExecuteSchedule.typeMethods in com.morpheusdata.model that return ExecuteScheduleTypeModifier and TypeMethodDescriptionBackupJob.getScheduleType()JobTarget.getScheduleType()JobTemplate.getScheduleType()ExecuteSchedule.getType()Methods in com.morpheusdata.model with parameters of type ExecuteScheduleTypeModifier and TypeMethodDescriptionvoidBackupJob.setScheduleType(ExecuteScheduleType scheduleType) voidJobTarget.setScheduleType(ExecuteScheduleType scheduleType) voidJobTemplate.setScheduleType(ExecuteScheduleType scheduleType) voidExecuteSchedule.setType(ExecuteScheduleType type)