public class Branch
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tag
The branch tag in the version control system (e.g.
|
Constructor and Description |
---|
Branch() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTag()
Get the branch tag in the version control system (e.g.
|
void |
setTag(java.lang.String tag)
Set the branch tag in the version control system (e.g.
|
private java.lang.String tag
public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
-