Skip to content

Commit

Permalink
Add Last Pipeline information
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemieuxlafontaine-ubi committed Oct 25, 2024
1 parent 86e5028 commit 91512d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NGitLab/Models/PipelineSchedule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public class PipelineSchedule
[JsonPropertyName("updated_at")]
public DateTime UpdatedAt { get; set; }

[JsonPropertyName("last_pipeline")]
public PipelineBasic LastPipeline { get; set; }

[JsonPropertyName("owner")]
public User Owner { get; set; }

Expand Down
2 changes: 2 additions & 0 deletions NGitLab/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,8 @@ NGitLab.Models.PipelineSchedule.Description.get -> string
NGitLab.Models.PipelineSchedule.Description.set -> void
NGitLab.Models.PipelineSchedule.Id.get -> int
NGitLab.Models.PipelineSchedule.Id.set -> void
NGitLab.Models.PipelineSchedule.LastPipeline.get -> NGitLab.Models.PipelineBasic
NGitLab.Models.PipelineSchedule.LastPipeline.set -> void
NGitLab.Models.PipelineSchedule.NextRunAt.get -> System.DateTime
NGitLab.Models.PipelineSchedule.NextRunAt.set -> void
NGitLab.Models.PipelineSchedule.Owner.get -> NGitLab.Models.User
Expand Down

0 comments on commit 91512d7

Please sign in to comment.