GitRef

sbtdynver.GitRef
See theGitRef companion object
sealed case class GitRef(value: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def dropPrefix: String
Implicitly added by GitRefOps
def isTag: Boolean
Implicitly added by GitRefOps
def mkString(prefix: String, suffix: String): String
Implicitly added by GitRefOps

Deprecated methods

Implicitly added by GitRefOps

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val x: GitRef
Implicitly added by GitRefOps