Packages

c

bloop.logging.CompilationEvent

StartCompilation

case class StartCompilation(projectName: String, projectUri: Uri, msg: String, taskId: TaskId) extends CompilationEvent with Product with Serializable

Defines all information required to report a compile start notification to a client.

The compile start notification must always have a corresponding compile end notification, defined by EndCompilation.

projectName

The project name, useful when enriching messages to the client.

projectUri

The URI uniquely representing the project to the BSP client.

msg

The message summarizing the triggered incremental compilation cycle.

taskId

The task id to use for this publication.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StartCompilation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CompilationEvent
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StartCompilation(projectName: String, projectUri: Uri, msg: String, taskId: TaskId)

    projectName

    The project name, useful when enriching messages to the client.

    projectUri

    The URI uniquely representing the project to the BSP client.

    msg

    The message summarizing the triggered incremental compilation cycle.

    taskId

    The task id to use for this publication.

Value Members

  1. val msg: String
  2. val projectName: String
  3. val projectUri: Uri
  4. val taskId: TaskId