@@ -804,7 +804,6 @@ NGitLab.Impl.PipelineClient.GetByIdAsync(long id, System.Threading.CancellationT
804
804
NGitLab.Impl.PipelineClient.GetJobs(long pipelineId) -> NGitLab.Models.Job[]
805
805
NGitLab.Impl.PipelineClient.GetJobs(NGitLab.Models.PipelineJobQuery query) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
806
806
NGitLab.Impl.PipelineClient.GetJobsAsync(NGitLab.Models.PipelineJobQuery query) -> NGitLab.GitLabCollectionResponse<NGitLab.Models.Job>
807
- NGitLab.Impl.PipelineClient.GetJobsInProject(NGitLab.Models.JobScope scope) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
808
807
NGitLab.Impl.PipelineClient.GetTestReports(long pipelineId) -> NGitLab.Models.TestReport
809
808
NGitLab.Impl.PipelineClient.GetTestReportsSummary(long pipelineId) -> NGitLab.Models.TestReportSummary
810
809
NGitLab.Impl.PipelineClient.GetVariables(long pipelineId) -> System.Collections.Generic.IEnumerable<NGitLab.Models.PipelineVariable>
@@ -1002,7 +1001,6 @@ NGitLab.IPipelineClient.GetByIdAsync(long id, System.Threading.CancellationToken
1002
1001
NGitLab.IPipelineClient.GetJobs(long pipelineId) -> NGitLab.Models.Job[]
1003
1002
NGitLab.IPipelineClient.GetJobs(NGitLab.Models.PipelineJobQuery query) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
1004
1003
NGitLab.IPipelineClient.GetJobsAsync(NGitLab.Models.PipelineJobQuery query) -> NGitLab.GitLabCollectionResponse<NGitLab.Models.Job>
1005
- NGitLab.IPipelineClient.GetJobsInProject(NGitLab.Models.JobScope scope) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
1006
1004
NGitLab.IPipelineClient.GetTestReports(long pipelineId) -> NGitLab.Models.TestReport
1007
1005
NGitLab.IPipelineClient.GetTestReportsSummary(long pipelineId) -> NGitLab.Models.TestReportSummary
1008
1006
NGitLab.IPipelineClient.GetVariables(long pipelineId) -> System.Collections.Generic.IEnumerable<NGitLab.Models.PipelineVariable>
@@ -2572,16 +2570,6 @@ NGitLab.Models.JobQuery.PerPage.get -> int?
2572
2570
NGitLab.Models.JobQuery.PerPage.set -> void
2573
2571
NGitLab.Models.JobQuery.Scope.get -> NGitLab.Models.JobScopeMask
2574
2572
NGitLab.Models.JobQuery.Scope.set -> void
2575
- NGitLab.Models.JobScope
2576
- NGitLab.Models.JobScope.All = 0 -> NGitLab.Models.JobScope
2577
- NGitLab.Models.JobScope.Canceled = 6 -> NGitLab.Models.JobScope
2578
- NGitLab.Models.JobScope.Created = 1 -> NGitLab.Models.JobScope
2579
- NGitLab.Models.JobScope.Failed = 4 -> NGitLab.Models.JobScope
2580
- NGitLab.Models.JobScope.Manual = 8 -> NGitLab.Models.JobScope
2581
- NGitLab.Models.JobScope.Pending = 2 -> NGitLab.Models.JobScope
2582
- NGitLab.Models.JobScope.Running = 3 -> NGitLab.Models.JobScope
2583
- NGitLab.Models.JobScope.Skipped = 7 -> NGitLab.Models.JobScope
2584
- NGitLab.Models.JobScope.Success = 5 -> NGitLab.Models.JobScope
2585
2573
NGitLab.Models.JobScopeMask
2586
2574
NGitLab.Models.JobScopeMask.All = NGitLab.Models.JobScopeMask.Created | NGitLab.Models.JobScopeMask.Pending | NGitLab.Models.JobScopeMask.Running | NGitLab.Models.JobScopeMask.Failed | NGitLab.Models.JobScopeMask.Success | NGitLab.Models.JobScopeMask.Canceled | NGitLab.Models.JobScopeMask.Skipped | NGitLab.Models.JobScopeMask.Manual -> NGitLab.Models.JobScopeMask
2587
2575
NGitLab.Models.JobScopeMask.Canceled = 32 -> NGitLab.Models.JobScopeMask
0 commit comments