dynver
dynver
API
dynver.impl
NoProcessLogger
sbtdynver
DynVer
DynVer
GitCommitSuffix
GitCommitSuffix
GitCommitSuffixOps
GitDescribeOutput
GitDescribeOutput
OptGitDescribeOutputOps
GitDirtySuffix
GitDirtySuffix
GitDirtySuffixOps
GitRef
GitRef
GitRefOps
dynver
/
sbtdynver
/
GitDescribeOutput
/
OptGitDescribeOutputOps
OptGitDescribeOutputOps
sbtdynver.GitDescribeOutput$.OptGitDescribeOutputOps
final implicit
class
OptGitDescribeOutputOps
(
val
_x
:
Option
[
GitDescribeOutput
])
extends
AnyVal
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
assertTagVersion
(
version
:
String
):
Unit
def
getVersion
(
date
:
Date
,
separator
:
String
,
sonatypeSnapshots
:
Boolean
):
String
def
hasNoTags
:
Boolean
def
isDirty
:
Boolean
def
isSnapshot
:
Boolean
def
isVersionStable
:
Boolean
def
mkVersion
(
f
:
GitDescribeOutput
=>
String
,
fallback
:
=>
String
):
String
def
previousVersion
:
Option
[
String
]
def
sonatypeVersion
(
d
:
Date
):
String
def
sonatypeVersionWithSep
(
d
:
Date
,
sep
:
String
):
String
def
version
(
d
:
Date
):
String
def
versionWithSep
(
d
:
Date
,
sep
:
String
):
String
Concrete fields
val
_x
:
Option
[
GitDescribeOutput
]