Package hudson.model

Class OneOffExecutor

  • All Implemented Interfaces:
    ModelObject, Runnable

    public class OneOffExecutor
    extends Executor
    Executor that's temporarily added to carry out tasks that doesn't consume regular executors, like a matrix project parent build.
    Author:
    Kohsuke Kawaguchi
    See Also:
    Queue.FlyweightTask
    • Constructor Detail

      • OneOffExecutor

        public OneOffExecutor​(Computer owner)