Class BitbucketUrlProvider
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.viewer.BitbucketUrlProvider
-
- All Implemented Interfaces:
WebRepositoryUrlProvider
,Serializable
public class BitbucketUrlProvider extends Object implements WebRepositoryUrlProvider
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.plugins.bitbucket.v2.viewer.WebRepositoryUrlProvider
WebRepositoryUrlProvider.None
-
-
Constructor Summary
Constructors Constructor Description BitbucketUrlProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getKey()
@NotNull String
getName()
@NotNull String
getUrlForChangeset(String file, String revision, URI repositoryUri)
@NotNull String
getUrlForFile(String file, String revision, URI repositoryUri)
-
-
-
Method Detail
-
getKey
@NotNull public @NotNull String getKey()
- Specified by:
getKey
in interfaceWebRepositoryUrlProvider
-
getName
@NotNull public @NotNull String getName()
- Specified by:
getName
in interfaceWebRepositoryUrlProvider
-
getUrlForFile
@NotNull public @NotNull String getUrlForFile(String file, String revision, URI repositoryUri)
- Specified by:
getUrlForFile
in interfaceWebRepositoryUrlProvider
-
getUrlForChangeset
@NotNull public @NotNull String getUrlForChangeset(String file, String revision, URI repositoryUri)
- Specified by:
getUrlForChangeset
in interfaceWebRepositoryUrlProvider
-
-