Class 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 Detail

      • 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 Detail

      • run

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