Reference

sbt.Reference
See theReference companion trait
object Reference

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Reference.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def buildURI(ref: ResolvedReference): URI
def display(ref: Reference): String
def display(ref: BuildReference): String
def display(ref: ProjectReference): String
def uri(ref: Reference): Option[URI]

Extracts the build URI from a Reference if one has been explicitly defined.

Extracts the build URI from a Reference if one has been explicitly defined.

Attributes

Implicits

Implicits

implicit val buildRefOrdering: Ordering[BuildRef]
implicit val projectRefOrdering: Ordering[ProjectRef]