|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.Scm
org.apache.maven.shared.release.scm.IdentifiedScm
public class IdentifiedScm
Unlike repositories the scm of the Project Model doesn't have an id. This makes it quite hard to bind it to the credentials of a server as specified in the settings.xml
| Constructor Summary | |
|---|---|
IdentifiedScm()
|
|
| Method Summary | |
|---|---|
String |
getId()
|
void |
setId(String id)
|
| Methods inherited from class org.apache.maven.model.Scm |
|---|
getConnection, getDeveloperConnection, getTag, getUrl, setConnection, setDeveloperConnection, setTag, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentifiedScm()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - the id to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||