package builds
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class BuildTool extends AnyRef
-
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".
- case class Digest(md5: String, status: Status, millis: Long) extends Product with Serializable
- trait Digestable extends AnyRef
-
final
class
Digests extends AnyRef
Wrapper around the sbt_digest sql table.
- case class GradleBuildTool() extends BuildTool with Product with Serializable
- case class MavenBuildTool() extends BuildTool with Product with Serializable
- case class MillBuildTool() extends BuildTool with Product with Serializable
- case class SbtBuildTool(version: String) extends BuildTool with Product with Serializable
Value Members
- object BuildTool
- object Digest extends Serializable
- object GradleBuildTool extends Serializable
- object GradleDigest extends Digestable
- object MavenBuildTool extends Serializable
- object MavenDigest extends Digestable
- object MillBuildTool extends Serializable
- object MillDigest extends Digestable
- object SbtBuildTool extends Serializable
- object SbtDigest extends Digestable