Class DefaultQueueOp

java.lang.Object
com.google.gerrit.server.git.DefaultQueueOp
All Implemented Interfaces:
Runnable

public abstract class DefaultQueueOp extends Object implements Runnable
Wrapper class so a Runnable can schedule itself onto the Gerrit Workqueue. Subclasses must implement the run method.
  • Constructor Details

    • DefaultQueueOp

      protected DefaultQueueOp(WorkQueue wq)
  • Method Details