Packages

package builds

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BuildTool extends AnyRef
  2. final class BuildTools extends AnyRef

    Detects what build tool is used in this workspace.

    Detects what build tool is used in this workspace.

    Although we only support a limited set of build tools, knowing what build tool is used in the workspace helps to produce better error for people using unsupported build tools. For example: "Gradle is not supported" instead of "Unsupported build tool".

  3. case class Digest(md5: String, status: Status, millis: Long) extends Product with Serializable
  4. trait Digestable extends AnyRef
  5. final class Digests extends AnyRef

    Wrapper around the sbt_digest sql table.

  6. case class GradleBuildTool() extends BuildTool with Product with Serializable
  7. case class MavenBuildTool() extends BuildTool with Product with Serializable
  8. case class MillBuildTool() extends BuildTool with Product with Serializable
  9. case class SbtBuildTool(version: String) extends BuildTool with Product with Serializable

Value Members

  1. object BuildTool
  2. object Digest extends Serializable
  3. object GradleBuildTool extends Serializable
  4. object GradleDigest extends Digestable
  5. object MavenBuildTool extends Serializable
  6. object MavenDigest extends Digestable
  7. object MillBuildTool extends Serializable
  8. object MillDigest extends Digestable
  9. object SbtBuildTool extends Serializable
  10. object SbtDigest extends Digestable

Ungrouped