final class ExecCommand extends CommandMessage with Serializable

Command to execute sbt command.

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

Value Members

  1. val commandLine: String
  2. def equals(o: Any): Boolean
    Definition Classes
    ExecCommandCommandMessage → AnyRef → Any
  3. val execId: Option[String]
  4. def hashCode(): Int
    Definition Classes
    ExecCommandCommandMessage → AnyRef → Any
  5. def toString(): String
    Definition Classes
    ExecCommandCommandMessage → AnyRef → Any
  6. def withCommandLine(commandLine: String): ExecCommand
  7. def withExecId(execId: String): ExecCommand
  8. def withExecId(execId: Option[String]): ExecCommand