Class/Object

agora.exec.model

RunProcess

Related Docs: object RunProcess | package model

Permalink

case class RunProcess(command: List[String], env: Map[String, String] = Map.empty, dependencies: UploadDependencies = ..., output: OutputSettings = OutputSettings()) extends Product with Serializable

A job intended to produce a lot of output, and such streams the output when run.

command

the command string to execute

env

the system environment

dependencies

if specified, the any file dependencies this request has

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RunProcess
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RunProcess(command: List[String], env: Map[String, String] = Map.empty, dependencies: UploadDependencies = ..., output: OutputSettings = OutputSettings())

    Permalink

    command

    the command string to execute

    env

    the system environment

    dependencies

    if specified, the any file dependencies this request has

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. val command: List[String]

    Permalink

    the command string to execute

  7. def commandString: String

    Permalink
  8. val dependencies: UploadDependencies

    Permalink

    if specified, the any file dependencies this request has

  9. val env: Map[String, String]

    Permalink

    the system environment

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

    Permalink
    Definition Classes
    AnyRef
  11. def fileOutputs: List[String]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasFileOutputs: Boolean

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val output: OutputSettings

    Permalink
  20. def resolveEnv: RunProcess

    Permalink

    returns

    a new 'RunProcess' with the command line having replaced '$<key>' with '<value>' from the envi

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

    Permalink
    Definition Classes
    AnyRef
  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def withCommand(newCommand: List[String]): RunProcess

    Permalink
  26. def withDependencies(newWorkspace: WorkspaceId, dependsOnFiles: Set[String], timeout: FiniteDuration): RunProcess

    Permalink
  27. def withDependencies(dependsOnFiles: Set[String], timeout: FiniteDuration = dependencies.timeout): RunProcess

    Permalink
  28. def withDependencies(dep: UploadDependencies): RunProcess

    Permalink
  29. def withEnv(key: String, value: String): RunProcess

    Permalink
  30. def withEnv(newEnv: Map[String, String]): RunProcess

    Permalink
  31. def withStdOutTo(fileName: String): RunProcess

    Permalink
  32. def withStreamingSettings(settings: StreamingSettings): RunProcess

    Permalink
  33. def withWorkspace(newWorkspace: WorkspaceId): RunProcess

    Permalink
  34. def withoutStreaming(): RunProcess

    Permalink
  35. def workspace: WorkspaceId

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped