com.sonyericsson.jenkins.plugins.bfa.utils
Class OldDataConverter.FoundIndicationWork

java.lang.Object
  extended by com.sonyericsson.jenkins.plugins.bfa.utils.OldDataConverter.FoundIndicationWork
All Implemented Interfaces:
Runnable
Enclosing class:
OldDataConverter

public static class OldDataConverter.FoundIndicationWork
extends Object
implements Runnable

A work task that does the actual conversion in an executor thread.


Constructor Summary
OldDataConverter.FoundIndicationWork(hudson.model.AbstractBuild build, Set<hudson.model.AbstractBuild> performedBuilds)
          Standard Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldDataConverter.FoundIndicationWork

public OldDataConverter.FoundIndicationWork(hudson.model.AbstractBuild build,
                                            Set<hudson.model.AbstractBuild> performedBuilds)
Standard Constructor.

Parameters:
build - the build to convert.
performedBuilds - the list of in-progress or already converted builds.
Method Detail

run

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


Copyright © 2004-2014. All Rights Reserved.