GitDescribeOutput

sbtdynver.GitDescribeOutput
See theGitDescribeOutput companion object
final case class GitDescribeOutput(ref: GitRef, commitSuffix: GitCommitSuffix, dirtySuffix: GitDirtySuffix)

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 hasNoTags(): Boolean
def isCleanAfterTag: Boolean
def isDirty(): Boolean
def isSnapshot(): Boolean
def isVersionStable(): Boolean
def previousVersion: String
def sonatypeVersion(sep: String): String
def sonatypeVersion: String
def version(sep: String): String
def version: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product