public class Settings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
dirtyMark
Whether a `-dirty` suffix should be added to the version string if the Git working directory is dirty.
|
java.lang.String |
excludeTags
A regular expression for tags that should be ignored.
|
java.lang.String |
initialVersion
An initial version number to use if no tags are available.
|
java.lang.String |
tagPrefix
A prefix that tags must start with in order to be considered a version tag.
|
| Constructor and Description |
|---|
Settings() |
public java.lang.String initialVersion
public java.lang.String tagPrefix
public java.lang.String excludeTags
public boolean dirtyMark