java.io.Serializablepublic class Branch
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
Branch() |
| Modifier and Type | Method | 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.
|
public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag -