com.sonyericsson.jenkins.plugins.bfa.sod
Class ScanOnDemandTask

java.lang.Object
  extended by com.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandTask
All Implemented Interfaces:
Runnable

public class ScanOnDemandTask
extends Object
implements Runnable

Runnable class for scanning non scanned build.

Author:
Shemeer Sulaiman <shemeer.x.sulaiman@sonymobile.com>

Constructor Summary
ScanOnDemandTask(hudson.model.AbstractBuild build)
          SODExecutor constructor.
 
Method Summary
 void endMatrixBuildScan()
          Method will add matrix sub job failure causes to parent job.
 void run()
           
 void scanBuild(hudson.model.AbstractBuild abstractBuild)
          Scan the non scanned old build.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanOnDemandTask

public ScanOnDemandTask(hudson.model.AbstractBuild build)
SODExecutor constructor.

Parameters:
build - the build to analyze.
Method Detail

run

public void run()
Specified by:
run in interface Runnable

endMatrixBuildScan

public void endMatrixBuildScan()
                        throws IOException
Method will add matrix sub job failure causes to parent job.

Throws:
IOException - IOException

scanBuild

public void scanBuild(hudson.model.AbstractBuild abstractBuild)
Scan the non scanned old build.

Parameters:
abstractBuild - the non-scanned/scanned build to scan/rescan.


Copyright © 2004-2014. All Rights Reserved.