Class OldDataConverter.FoundIndicationWork

java.lang.Object
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 Details

    • FoundIndicationWork

      public FoundIndicationWork(Run build, Set<Run> performedBuilds)
      Standard Constructor.
      Parameters:
      build - the build to convert.
      performedBuilds - the list of in-progress or already converted builds.
  • Method Details

    • run

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