Packages

final class RunParams extends Serializable

Run Request The run request is sent from the client to the server to run a build target. The server communicates during the initialize handshake whether this method is supported or not. An empty run request is valid.

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

Value Members

  1. val arguments: Vector[String]
  2. val data: Option[JValue]
  3. val dataKind: Option[String]
  4. def equals(o: Any): Boolean
    Definition Classes
    RunParams → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    RunParams → AnyRef → Any
  6. val originId: Option[String]
  7. val target: BuildTargetIdentifier
  8. def toString(): String
    Definition Classes
    RunParams → AnyRef → Any
  9. def withArguments(arguments: Vector[String]): RunParams
  10. def withData(data: JValue): RunParams
  11. def withData(data: Option[JValue]): RunParams
  12. def withDataKind(dataKind: String): RunParams
  13. def withDataKind(dataKind: Option[String]): RunParams
  14. def withOriginId(originId: String): RunParams
  15. def withOriginId(originId: Option[String]): RunParams
  16. def withTarget(target: BuildTargetIdentifier): RunParams