| com.atlassian.stash.nav.NavBuilder.Repo |
The builder of urls hanging off /projects/PROJ/repos/REPO. The url built by this builder, if not further developed, is the same as BrowseRepo
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.stash.nav.NavBuilder.Builder
| |||||||||||
This method is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common
term for the data they represent. Due to the significant number of touchpoints, the deprecated
classes and interfaces will be left in for an entire major release cycle, rather than being
removed in 4.0. Use commit(String) instead.
This method is deprecated.
will be removed in Stash 4.0. Use
getCloneLinks(com.atlassian.stash.repository.RepositoryCloneLinksRequest)
instead to generate clone URLs for repositories.
| scmId | the ID of the SCM |
|---|
| commitId | the commit ID to build URLs for |
|---|