public class GitAnalysisResult extends Object
| Constructor and Description |
|---|
GitAnalysisResult() |
| Modifier and Type | Method and Description |
|---|---|
AutoverBranchConfigDecorator |
getBranchConfig()
Getter.
|
String |
getBranchName()
Getter.
|
String |
getTagName()
Getter.
|
boolean |
isAnnotatedTag()
Getter.
|
boolean |
isOnTag()
Getter.
|
void |
setAnnotatedTag(boolean value)
Setter.
|
void |
setBranchConfig(AutoverBranchConfigDecorator theBranchConfig)
Setter.
|
void |
setBranchName(String value)
Setter.
|
void |
setOnTag(boolean value)
Setter.
|
void |
setTagName(String value)
Setter.
|
public String getTagName()
public void setTagName(String value)
value - the tag name that was chosenpublic boolean isAnnotatedTag()
public void setAnnotatedTag(boolean value)
value - if the chosen tag is annotated (true) or not (false)public boolean isOnTag()
public void setOnTag(boolean value)
value - if the HEAD is on the tag (true) or not (false)public String getBranchName()
public void setBranchName(String value)
value - the name of the current branchpublic AutoverBranchConfigDecorator getBranchConfig()
public void setBranchConfig(AutoverBranchConfigDecorator theBranchConfig)
theBranchConfig - the branch configurationCopyright © 2020. All rights reserved.