Packages

final class JvmRunInfo extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JvmRunInfo
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: Vector[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val classpath: Vector[FilePath]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val connectInput: Boolean
  9. val environmentVariables: Map[String, String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(o: Any): Boolean
    Definition Classes
    JvmRunInfo → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    JvmRunInfo → AnyRef → Any
  15. val inputs: Vector[FilePath]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val javaHome: Option[URI]
  18. val jvmOptions: Vector[String]
  19. val mainClass: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val outputStrategy: Option[String]
  24. val outputs: Vector[FilePath]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    JvmRunInfo → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withArgs(args: Vector[String]): JvmRunInfo
  31. def withClasspath(classpath: Vector[FilePath]): JvmRunInfo
  32. def withConnectInput(connectInput: Boolean): JvmRunInfo
  33. def withEnvironmentVariables(environmentVariables: Map[String, String]): JvmRunInfo
  34. def withInputs(inputs: Vector[FilePath]): JvmRunInfo
  35. def withJavaHome(javaHome: URI): JvmRunInfo
  36. def withJavaHome(javaHome: Option[URI]): JvmRunInfo
  37. def withJvmOptions(jvmOptions: Vector[String]): JvmRunInfo
  38. def withMainClass(mainClass: String): JvmRunInfo
  39. def withOutputStrategy(outputStrategy: String): JvmRunInfo
  40. def withOutputStrategy(outputStrategy: Option[String]): JvmRunInfo
  41. def withOutputs(outputs: Vector[FilePath]): JvmRunInfo
  42. def withWorkingDirectory(workingDirectory: URI): JvmRunInfo
  43. def withWorkingDirectory(workingDirectory: Option[URI]): JvmRunInfo
  44. val workingDirectory: Option[URI]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped