Class ShiftleftBuilderExecutor
- java.lang.Object
-
- io.jenkins.plugins.checkpoint.cloudguard.shiftleft.ShiftleftBuilderExecutor
-
public class ShiftleftBuilderExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description ShiftleftBuilderExecutor(BladeBuilder.Blade blade, Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processScanResults(String stdout, String stderr, TaskListener listener, FilePath scanResultsPath, String scanReportFilename, ReportType reportType)
static void
setBuildId(int buildId)
static void
setCount(int count)
-
-
-
Constructor Detail
-
ShiftleftBuilderExecutor
public ShiftleftBuilderExecutor(BladeBuilder.Blade blade, Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-
Method Detail
-
processScanResults
public void processScanResults(String stdout, String stderr, TaskListener listener, FilePath scanResultsPath, String scanReportFilename, ReportType reportType) throws IOException, InterruptedException, AbortException
-
setCount
public static void setCount(int count)
-
setBuildId
public static void setBuildId(int buildId)
-
-