public class Scm
extends java.lang.Object
implements java.io.Serializable
<scm> element contains
informations required to the SCM
(Source Control Management) of the project.| Constructor and Description |
|---|
Scm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnection()
Get the source control management system URL
that describes the repository and how to connect
to the
repository.
|
java.lang.String |
getDeveloperConnection()
Get just like
connection, but for developers,
i.e. |
java.lang.String |
getTag()
Get the tag of current code.
|
java.lang.String |
getUrl()
Get the URL to the project's browsable SCM repository, such
as ViewVC or Fisheye.
|
void |
setConnection(java.lang.String connection)
Set the source control management system URL
that describes the repository and how to connect
to the
repository.
|
void |
setDeveloperConnection(java.lang.String developerConnection)
Set just like
connection, but for developers,
i.e. |
void |
setTag(java.lang.String tag)
Set the tag of current code.
|
void |
setUrl(java.lang.String url)
Set the URL to the project's browsable SCM repository, such
as ViewVC or Fisheye.
|
public java.lang.String getConnection()
public java.lang.String getDeveloperConnection()
connection, but for developers,
i.e. this scm connection
will not be read only.public java.lang.String getTag()
public java.lang.String getUrl()
public void setConnection(java.lang.String connection)
connection - public void setDeveloperConnection(java.lang.String developerConnection)
connection, but for developers,
i.e. this scm connection
will not be read only.developerConnection - public void setTag(java.lang.String tag)
tag - public void setUrl(java.lang.String url)
url -