Class MultiJobBuilder.SubJobWorker

java.lang.Object
com.tikal.jenkins.plugins.multijob.MultiJobBuilder.SubJobWorker
All Implemented Interfaces:
Callable
Enclosing class:
MultiJobBuilder

public final class MultiJobBuilder.SubJobWorker extends Object implements Callable
  • Constructor Details

  • Method Details

    • call

      public Object call()
      Subtask execution
      Specified by:
      call in interface Callable
      Returns:
      value is not used in the builder. Can be used to return some state of the task in the future.