Interface WebRepositoryUrlProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BitbucketUrlProvider
,WebRepositoryUrlProvider.None
public interface WebRepositoryUrlProvider extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WebRepositoryUrlProvider.None
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getKey()
@NotNull String
getName()
@NotNull String
getUrlForChangeset(@Nullable String file, String revision, @Nullable URI repositoryUri)
@NotNull String
getUrlForFile(String file, String revision, @Nullable URI repositoryUri)
-
-
-
Method Detail
-
getUrlForFile
@NotNull @NotNull String getUrlForFile(String file, String revision, @Nullable @Nullable URI repositoryUri)
-
getUrlForChangeset
@NotNull @NotNull String getUrlForChangeset(@Nullable @Nullable String file, String revision, @Nullable @Nullable URI repositoryUri)
-
getKey
@NotNull @NotNull String getKey()
-
getName
@NotNull @NotNull String getName()
-
-