@@ -804,7 +804,6 @@ NGitLab.Impl.PipelineClient.GetByIdAsync(long id, System.Threading.CancellationT
804804NGitLab.Impl.PipelineClient.GetJobs(long pipelineId) -> NGitLab.Models.Job[]
805805NGitLab.Impl.PipelineClient.GetJobs(NGitLab.Models.PipelineJobQuery query) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
806806NGitLab.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>
808807NGitLab.Impl.PipelineClient.GetTestReports(long pipelineId) -> NGitLab.Models.TestReport
809808NGitLab.Impl.PipelineClient.GetTestReportsSummary(long pipelineId) -> NGitLab.Models.TestReportSummary
810809NGitLab.Impl.PipelineClient.GetVariables(long pipelineId) -> System.Collections.Generic.IEnumerable<NGitLab.Models.PipelineVariable>
@@ -1002,7 +1001,6 @@ NGitLab.IPipelineClient.GetByIdAsync(long id, System.Threading.CancellationToken
10021001NGitLab.IPipelineClient.GetJobs(long pipelineId) -> NGitLab.Models.Job[]
10031002NGitLab.IPipelineClient.GetJobs(NGitLab.Models.PipelineJobQuery query) -> System.Collections.Generic.IEnumerable<NGitLab.Models.Job>
10041003NGitLab.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>
10061004NGitLab.IPipelineClient.GetTestReports(long pipelineId) -> NGitLab.Models.TestReport
10071005NGitLab.IPipelineClient.GetTestReportsSummary(long pipelineId) -> NGitLab.Models.TestReportSummary
10081006NGitLab.IPipelineClient.GetVariables(long pipelineId) -> System.Collections.Generic.IEnumerable<NGitLab.Models.PipelineVariable>
@@ -2572,16 +2570,6 @@ NGitLab.Models.JobQuery.PerPage.get -> int?
25722570NGitLab.Models.JobQuery.PerPage.set -> void
25732571NGitLab.Models.JobQuery.Scope.get -> NGitLab.Models.JobScopeMask
25742572NGitLab.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
25852573NGitLab.Models.JobScopeMask
25862574NGitLab.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
25872575NGitLab.Models.JobScopeMask.Canceled = 32 -> NGitLab.Models.JobScopeMask
0 commit comments