|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.sod.ScanOnDemandTask
public class ScanOnDemandTask
Runnable class for scanning non scanned build.
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 |
---|
public ScanOnDemandTask(hudson.model.AbstractBuild build)
build
- the build to analyze.Method Detail |
---|
public void run()
run
in interface Runnable
public void endMatrixBuildScan() throws IOException
IOException
- IOExceptionpublic void scanBuild(hudson.model.AbstractBuild abstractBuild)
abstractBuild
- the non-scanned/scanned build to scan/rescan.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |