public class FishEyeRepositoryViewer extends Object implements VcsRepositoryViewer
Constructor and Description |
---|
FishEyeRepositoryViewer(CustomVariableContext customVariableContext) |
Modifier and Type | Method and Description |
---|---|
String |
getWebRepositoryUrlForFile(CommitFile file,
VcsRepositoryData repositoryData)
Generate the link to a given file in a given repository
|
String |
getWebRepositoryUrlForFileDiff(CommitFile file,
VcsRepositoryData repositoryData)
Generate the link to a given file, showing changes in given revision.
|
String |
getWebRepositoryUrlForFileRevision(CommitFile file,
VcsRepositoryData repositoryData)
Generate the link to a given file in a given repository at given revision,
|
String |
getWebRepositoryUrlForRevision(String revisionId,
VcsRepositoryData repositoryData)
Provide the url to link to the given revision in the web repository
|
Map<String,String> |
getWebRepositoryUrlForRevisions(Stream<String> revisionIds,
VcsRepositoryData repositoryData)
Provide the urls to link all the given commits in the web repository
|
@Inject public FishEyeRepositoryViewer(CustomVariableContext customVariableContext)
@Nullable public String getWebRepositoryUrlForRevision(@NotNull String revisionId, @NotNull VcsRepositoryData repositoryData)
VcsRepositoryViewer
getWebRepositoryUrlForRevision
in interface VcsRepositoryViewer
revisionId
- the revision to links to. Should not be blank or null.repositoryData
- the repository type the commit came from@NotNull public Map<String,String> getWebRepositoryUrlForRevisions(Stream<String> revisionIds, VcsRepositoryData repositoryData)
VcsRepositoryViewer
getWebRepositoryUrlForRevisions
in interface VcsRepositoryViewer
revisionIds
- to generate links for. Stream should not contain empty values or nulls.repositoryData
- the repository type the commit came from@Nullable public String getWebRepositoryUrlForFile(@NotNull CommitFile file, @NotNull VcsRepositoryData repositoryData)
VcsRepositoryViewer
getWebRepositoryUrlForFile
in interface VcsRepositoryViewer
file
- The file we want to link to.repositoryData
- For the build (and hense the repository file belongs to).@Nullable public String getWebRepositoryUrlForFileRevision(CommitFile file, @NotNull VcsRepositoryData repositoryData)
VcsRepositoryViewer
getWebRepositoryUrlForFileRevision
in interface VcsRepositoryViewer
file
- The file we want to link to.repositoryData
- For the build (and hense the repository file belongs to).@Nullable public String getWebRepositoryUrlForFileDiff(CommitFile file, @NotNull VcsRepositoryData repositoryData)
VcsRepositoryViewer
getWebRepositoryUrlForFileDiff
in interface VcsRepositoryViewer
file
- The file we want to link to.repositoryData
- For the build (and hense the repository file belongs to).Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.