Class ScanOnDemandTask
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandTask
- All Implemented Interfaces:
Runnable
Runnable class for scanning non scanned build.
- Author:
- Shemeer Sulaiman <shemeer.x.sulaiman@sonymobile.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method will add matrix sub job failure causes to parent job.void
run()
void
Scan the non scanned old build.
-
Constructor Details
-
ScanOnDemandTask
SODExecutor constructor.- Parameters:
build
- the build to analyze.
-
-
Method Details
-
run
public void run() -
endMatrixBuildScan
Method will add matrix sub job failure causes to parent job.- Throws:
IOException
- IOException
-
scanBuild
Scan the non scanned old build.- Parameters:
run
- the non-scanned/scanned build to scan/rescan.
-