java.lang.Object |
↳ |
com.atlassian.bitbucket.content.Submodule |
Class Overview
Represents a remote link in a source tree
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.bitbucket.content.ContentTreeNode
|
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.