public interface HgWebRepositoryUrlProvider extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
HgWebRepositoryUrlProvider.None |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getName() |
String |
getUrlForChangeset(String file,
String revision,
URI repositoryUri) |
String |
getUrlForFile(String file,
String revision,
URI repositoryUri) |
@NotNull String getUrlForFile(String file, String revision, @Nullable URI repositoryUri)
@NotNull String getUrlForChangeset(@Nullable String file, String revision, @Nullable URI repositoryUri)
@NotNull String getKey()
@NotNull String getName()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.