Package pl.project13.core.git
Class GitDescribeConfig
java.lang.Object
pl.project13.core.git.GitDescribeConfig
Represents options passed in via maven configuration,
corresponds to options of git-describe.
-
Constructor Summary
ConstructorsConstructorDescriptionGitDescribeConfig(boolean always, String dirty, String match, Integer abbrev, boolean forceLongFormat, boolean tags) -
Method Summary
Modifier and TypeMethodDescriptionintgetDirty()booleangetMatch()booleangetTags()booleanisAlways()booleanisSkip()voidsetAbbrev(int abbrev) voidsetAlways(boolean always) voidvoidsetForceLongFormat(boolean forceLongFormat) voidvoidsetSkip(boolean skip) voidsetTags(boolean tags) toString()
-
Constructor Details
-
GitDescribeConfig
public GitDescribeConfig() -
GitDescribeConfig
-
-
Method Details
-
isAlways
public boolean isAlways() -
setAlways
public void setAlways(boolean always) -
getDirty
-
setDirty
-
getMatch
-
setMatch
-
getAbbrev
public int getAbbrev() -
setAbbrev
public void setAbbrev(int abbrev) -
isSkip
public boolean isSkip() -
setSkip
public void setSkip(boolean skip) -
getForceLongFormat
public boolean getForceLongFormat() -
setForceLongFormat
public void setForceLongFormat(boolean forceLongFormat) -
getTags
public boolean getTags() -
setTags
public void setTags(boolean tags) -
toString
-