BuildRef

sbt.BuildRef
final case class BuildRef(build: URI) extends BuildReference, ResolvedReference

Uniquely identifies a build by a URI.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Reference
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def /(key: AttributeKey[_]): Scope

Attributes

Inherited from:
Reference
final def /[K](key: ScopingSetting[K]): K

Attributes

Inherited from:
Reference
def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration

Attributes

Inherited from:
Reference
def /(c: Configuration): RichConfiguration

Attributes

Inherited from:
Reference

Attributes

Inherited from:
Reference
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product