Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Schedule

Hierarchy

  • Schedule

Index

Properties

Optional branchFilters

branchFilters: Array<string>

Optional scheduleJobId

scheduleJobId: string

The Job Id of the Scheduled job that will queue the scheduled build. Since a single trigger can have multiple schedules and we want a single job to process a single schedule (since each schedule has a list of branches to build), the schedule itself needs to define the Job Id. This value will be filled in when a definition is added or updated. The UI does not provide it or use it.

Optional scheduleOnlyWithChanges

scheduleOnlyWithChanges: boolean

Flag to determine if this schedule should only build if the associated source has been changed.

Optional startHours

startHours: number

Local timezone hour to start

Optional startMinutes

startMinutes: number

Local timezone minute to start

Optional timeZoneId

timeZoneId: string

Time zone of the build schedule (String representation of the time zone ID)

Generated using TypeDoc