sbtdynver

package sbtdynver

Members list

Concise view

Type members

Classlikes

sealed case class DynVer(wd: Option[File], separator: String, tagPrefix: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object DynVer.type
object DynVer extends DynVer with Option[File] => DynVer

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Option[File] => DynVer
class DynVer
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
DynVer.type
final case class GitCommitSuffix(distance: Int, sha: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GitCommitSuffix extends (Int, String) => GitCommitSuffix

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait (Int, String) => GitCommitSuffix
class Object
trait Matchable
class Any
Self type
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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GitDirtySuffix(value: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GitDirtySuffix extends String => GitDirtySuffix

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait String => GitDirtySuffix
class Object
trait Matchable
class Any
Self type
sealed case class GitRef(value: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GitRef extends String => GitRef

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait String => GitRef
class Object
trait Matchable
class Any
Self type
GitRef.type