interface Describer
Can describe the current state of a project directory with an identifier (e.g. version number or commit hash).
abstract fun describe(dirty: Boolean = true, trimLeading: Boolean = false): String |
class GitDescriber : Describer
Uses jGit to describe the current HEAD of a git repository |
|
class SvnDescriber : Describer
Use the command |