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
Ordering
- Alphabetic
- By Inheritance
Inherited
- RunParams
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val arguments: Vector[String]
- val data: Option[JValue]
- val dataKind: Option[String]
-
def
equals(o: Any): Boolean
- Definition Classes
- RunParams → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- RunParams → AnyRef → Any
- val originId: Option[String]
- val target: BuildTargetIdentifier
-
def
toString(): String
- Definition Classes
- RunParams → AnyRef → Any
- def withArguments(arguments: Vector[String]): RunParams
- def withData(data: JValue): RunParams
- def withData(data: Option[JValue]): RunParams
- def withDataKind(dataKind: String): RunParams
- def withDataKind(dataKind: Option[String]): RunParams
- def withOriginId(originId: String): RunParams
- def withOriginId(originId: Option[String]): RunParams
- def withTarget(target: BuildTargetIdentifier): RunParams