public class GitDescribeConfig extends Object
| Constructor and Description |
|---|
GitDescribeConfig() |
GitDescribeConfig(boolean always,
String dirty,
String match,
Integer abbrev,
boolean forceLongFormat,
boolean tags) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbbrev() |
String |
getDirty() |
Boolean |
getForceLongFormat() |
String |
getMatch() |
Boolean |
getTags() |
boolean |
isAlways() |
boolean |
isSkip() |
void |
setAbbrev(int abbrev) |
void |
setAlways(boolean always) |
void |
setDirty(String dirty) |
void |
setForceLongFormat(Boolean forceLongFormat) |
void |
setMatch(String match) |
void |
setSkip(boolean skip) |
void |
setTags(Boolean tags) |
String |
toString() |
public boolean isAlways()
public void setAlways(boolean always)
public String getDirty()
public void setDirty(String dirty)
public String getMatch()
public void setMatch(String match)
public int getAbbrev()
public void setAbbrev(int abbrev)
public boolean isSkip()
public void setSkip(boolean skip)
public Boolean getForceLongFormat()
public void setForceLongFormat(Boolean forceLongFormat)
public Boolean getTags()
public void setTags(Boolean tags)
Copyright © 2014. All Rights Reserved.