|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.Branch
Field Summary |
---|
Fields inherited from class org.apache.maven.project.BaseObject |
---|
id |
Constructor Summary | |
---|---|
Branch()
Constructor for the Branch object |
Method Summary | |
---|---|
java.lang.String |
getTag()
Gets the tag attribute of the Branch object |
void |
setTag(java.lang.String tag)
Sets the tag attribute of the Branch object |
Methods inherited from class org.apache.maven.project.BaseObject |
---|
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Branch()
Method Detail |
public void setTag(java.lang.String tag)
tag
- the repository tag from which this branch is madepublic java.lang.String getTag()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |