|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.Branch
public class Branch
Contains information on the SCM branches of the project.
Field Summary | |
---|---|
private java.lang.String |
tag
The branch tag in the version control system (e.g. |
Constructor Summary | |
---|---|
Branch()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String tag
Constructor Detail |
---|
public Branch()
Method Detail |
---|
public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |