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)
VcsRepositoryViewergetWebRepositoryUrlForRevision in interface VcsRepositoryViewerrevisionId - 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)
VcsRepositoryViewergetWebRepositoryUrlForRevisions in interface VcsRepositoryViewerrevisionIds - 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)
VcsRepositoryViewergetWebRepositoryUrlForFile in interface VcsRepositoryViewerfile - 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)
VcsRepositoryViewergetWebRepositoryUrlForFileRevision in interface VcsRepositoryViewerfile - 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)
VcsRepositoryViewergetWebRepositoryUrlForFileDiff in interface VcsRepositoryViewerfile - 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.