public class ScmDTO
extends org.osgi.dto.DTO
<scm> element contains informations required to the
SCM (Source Control Management) of the project.| Modifier and Type | Field and Description |
|---|---|
String |
connection
The source control management system URL that describes the repository
and how to connect to the repository.
|
String |
developerConnection
Just like
connection, but for developers, i.e. |
String |
tag
The tag of current code.
|
String |
url
The URL to the project's browsable SCM repository, such as ViewVC or
Fisheye.
|
| Constructor and Description |
|---|
ScmDTO() |
public String connection
public String developerConnection
connection, but for developers, i.e. this scm
connection will not be read only. public String tag
public String url
Copyright © 2021. All rights reserved.