Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 964 Bytes

File metadata and controls

37 lines (24 loc) · 964 Bytes

SchedulerResource

Properties

Name Type Description Notes
id Long [optional]
name String [optional]
startTime OffsetDateTime [optional]
nextTime OffsetDateTime [optional]
endTime OffsetDateTime [optional]
active Boolean [optional]
interval Integer [optional]
intervalUnit IntervalUnitEnum [optional]
runConfigurationId Long [optional]
runConfiguration RunConfigurationResource [optional]

Enum: IntervalUnitEnum

Name Value
MINUTE "MINUTE"
HOUR "HOUR"
DAY "DAY"
WEEK "WEEK"
MONTH "MONTH"

Implemented Interfaces

  • Serializable