public class FishEyeRepositoryViewer extends VcsRepositoryViewer
Constructor and Description |
---|
FishEyeRepositoryViewer()
Specifies a Fisheye viewer.
|
Modifier and Type | Method and Description |
---|---|
protected FishEyeRepositoryViewerProperties |
build() |
FishEyeRepositoryViewer |
fishEyeUrl(String fishEyeUrl)
Sets url of a Fisheye server to be used for link generation.
|
FishEyeRepositoryViewer |
repositoryName(String repositoryName)
Sets repository name, as defined in Fisheye.
|
FishEyeRepositoryViewer |
repositoryPath(String repositoryPath)
Sets a relative path in Fisheye repository.
|
public FishEyeRepositoryViewer()
public FishEyeRepositoryViewer fishEyeUrl(@NotNull String fishEyeUrl)
public FishEyeRepositoryViewer repositoryName(@NotNull String repositoryName)
public FishEyeRepositoryViewer repositoryPath(@Nullable String repositoryPath)
When checking out a module from a repository, for example SVN repository, a file path shown in Bamboo is relative to that module and not the repository root. If that's the case, the missing part of the path needs to be defined here.
@NotNull protected FishEyeRepositoryViewerProperties build()
build
in class VcsRepositoryViewer
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.