Class ScanOnDemandTask
- java.lang.Object
-
- com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandTask
-
-
Constructor Summary
Constructors Constructor Description ScanOnDemandTask(Run build)
SODExecutor constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endMatrixBuildScan()
Method will add matrix sub job failure causes to parent job.void
run()
void
scanBuild(Run run)
Scan the non scanned old build.
-
-
-
Constructor Detail
-
ScanOnDemandTask
public ScanOnDemandTask(Run build)
SODExecutor constructor.- Parameters:
build
- the build to analyze.
-
-
Method Detail
-
endMatrixBuildScan
public void endMatrixBuildScan() throws IOException
Method will add matrix sub job failure causes to parent job.- Throws:
IOException
- IOException
-
scanBuild
public void scanBuild(Run run)
Scan the non scanned old build.- Parameters:
run
- the non-scanned/scanned build to scan/rescan.
-
-