ReleaseSchedule interface
Properties
days |
Days of the week to release. |
job |
Team Foundation Job Definition Job Id. |
schedule |
Flag to determine if this schedule should only release if the associated artifact has been changed or release definition changed. |
start |
Local time zone hour to start. |
start |
Local time zone minute to start. |
time |
Time zone Id of release schedule, such as 'UTC'. |
Property Details
daysToRelease
jobId
Team Foundation Job Definition Job Id.
jobId: string
Property Value
string
scheduleOnlyWithChanges
Flag to determine if this schedule should only release if the associated artifact has been changed or release definition changed.
scheduleOnlyWithChanges: boolean
Property Value
boolean
startHours
Local time zone hour to start.
startHours: number
Property Value
number
startMinutes
Local time zone minute to start.
startMinutes: number
Property Value
number
timeZoneId
Time zone Id of release schedule, such as 'UTC'.
timeZoneId: string
Property Value
string