Class/Object

nl.biopet.tools.pipelinestatus

Job

Related Docs: object Job | package pipelinestatus

Permalink

class Job extends AnyRef

This class can store a single job from a deps.json

Created by pjvanthof on 24/06/2017.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Job
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Job(name: String, map: JsObject)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compressedName: (String, Int)

    Permalink

    Returns the compressed name of this job

  7. def configPath: List[String]

    Permalink

    Getting config path of job

  8. def dependsOnJobs: List[String]

    Permalink

    Returns a list of job where this job depends on

  9. def doneAtStart: Boolean

    Permalink

    When true this job was done at the moment of the deps.json creation

  10. def doneFiles: List[File]

    Permalink

    If all of this files exist the job is marked as done

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def failFiles: List[File]

    Permalink

    If one of this files exist the job is marked as failed

  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def inputFiles: List[File]

    Permalink

    All input files of this job

  18. def intermediate: Boolean

    Permalink

    When true this job is marked as a intermediate job

  19. def isDone: Future[Boolean]

    Permalink

    Return a Future[Boolean to check if the job is done

  20. def isFailed: Future[Boolean]

    Permalink

    Return a Future[Boolean to check if the job is failed

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def mainJob: Boolean

    Permalink

    When true this job is marked as a main job in the graph

  23. val name: String

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def outputUsedByJobs: List[String]

    Permalink

    Returns a list of jobs that depends on this job

  28. def outputsFiles: List[File]

    Permalink

    All output files of this job

  29. def stdoutFile: File

    Permalink

    Location of the stdout file of this job

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped