Edit

Share via


Schedule.ScheduleJobId Property

Definition

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.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Guid ScheduleJobId { get; set; }
member this.ScheduleJobId : Guid with get, set
Public Property ScheduleJobId As Guid

Property Value

Attributes

Applies to