コード例 #1
0
 public System.Threading.Tasks.Task <bool> GetResultAsync(int threshold, Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool, string repository, string branch)
 {
     return(base.Channel.GetResultAsync(threshold, tool, repository, branch));
 }
コード例 #2
0
 public bool GetResult(int threshold, Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool, string repository, string branch)
 {
     return(base.Channel.GetResult(threshold, tool, repository, branch));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.AnalysisReport[]> ParseReportAsync(Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool, string path, string branch)
 {
     return(base.Channel.ParseReportAsync(tool, path, branch));
 }
コード例 #4
0
 public Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.AnalysisReport[] ParseReport(Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool, string path, string branch)
 {
     return(base.Channel.ParseReport(tool, path, branch));
 }
コード例 #5
0
 public System.Threading.Tasks.Task <bool> InvokeToolAsync(string path, Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool)
 {
     return(base.Channel.InvokeToolAsync(path, tool));
 }
コード例 #6
0
 public bool InvokeTool(string path, Test.E2E.StaticCodeAnalysis.StaticCodeAnalysisService.Tools tool)
 {
     return(base.Channel.InvokeTool(path, tool));
 }