Class PipelineJob

java.lang.Object
mgui.pipelines.PipelineJob
All Implemented Interfaces:
java.lang.Runnable

public class PipelineJob
extends java.lang.Object
implements java.lang.Runnable
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String name  
    PipelineProcessInstance process  
    boolean success  
  • Constructor Summary

    Constructors
    Constructor Description
    PipelineJob()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean launch()  
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • process

      public PipelineProcessInstance process
    • success

      public boolean success
    • name

      public java.lang.String name
  • Constructor Details

    • PipelineJob

      public PipelineJob()
  • Method Details