public abstract class Submodule extends Object implements ContentTreeNode
ContentTreeNode.Type
Constructor and Description |
---|
Submodule() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getBrowseUrl() |
abstract String |
getRepositoryUrl() |
ContentTreeNode.Type |
getType() |
abstract String |
getUrl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentId, getPath
@Nullable public abstract String getBrowseUrl()
null
.
The structure of this URL is dependent on the hosting server (e.g. Bitbucket or Github).@Nullable public abstract String getRepositoryUrl()
null
.@Nonnull public ContentTreeNode.Type getType()
getType
in interface ContentTreeNode
Copyright © 2022 Atlassian. All rights reserved.