Class Overview
Represents a remote link in a source tree
Public Constructors
Public Methods
@Nullable
public
abstract
String
getBrowseUrl
()
Returns
- an optional URL to the remote submodule repository at a specific commit, or
null
.
The structure of this URL is dependent on the hosting server (e.g. Bitbucket or Github).
@Nullable
public
abstract
String
getRepositoryUrl
()
Returns
- an optional URL to the remote repository containing this submodule, or
null
.
@Nonnull
public
abstract
String
getUrl
()
Returns
- the mandatory SCM URL to the remote repository.