final class ExecCommand extends CommandMessage with Serializable
Command to execute sbt command.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExecCommand
- CommandMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val commandLine: String
-
def
equals(o: Any): Boolean
- Definition Classes
- ExecCommand → CommandMessage → AnyRef → Any
- val execId: Option[String]
-
def
hashCode(): Int
- Definition Classes
- ExecCommand → CommandMessage → AnyRef → Any
-
def
toString(): String
- Definition Classes
- ExecCommand → CommandMessage → AnyRef → Any
- def withCommandLine(commandLine: String): ExecCommand
- def withExecId(execId: String): ExecCommand
- def withExecId(execId: Option[String]): ExecCommand