public interface ExtensionScm
Modifier and Type | Method and Description |
---|---|
ExtensionScmConnection |
getConnection()
Get the source control management system connection that describes the repository and how to connect to the
repository.
|
ExtensionScmConnection |
getDeveloperConnection()
Same as
getConnection() , but for developers, i.e. |
String |
getUrl()
Get the URL to the project's browsable SCM repository.
|
ExtensionScmConnection getConnection()
ExtensionScmConnection getDeveloperConnection()
getConnection()
, but for developers, i.e. this scm connection will not be read only.String getUrl()
Copyright © 2004–2021 XWiki. All rights reserved.