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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethod will add matrix sub job failure causes to parent job.voidrun()voidScan the non scanned old build.
- 
Constructor Details- 
ScanOnDemandTaskSODExecutor constructor.- Parameters:
- build- the build to analyze.
 
 
- 
- 
Method Details- 
runpublic void run()
- 
endMatrixBuildScanMethod will add matrix sub job failure causes to parent job.- Throws:
- IOException- IOException
 
- 
scanBuildScan the non scanned old build.- Parameters:
- run- the non-scanned/scanned build to scan/rescan.
 
 
-