Class FishEyeRepositoryViewer
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<VcsRepositoryViewerProperties>
com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
Represents a Fisheye repository viewer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull FishEyeRepositoryViewerPropertiesbuild()fishEyeUrl(@NotNull String fishEyeUrl) Sets url of a Fisheye server to be used for link generation.repositoryName(@NotNull String repositoryName) Sets repository name, as defined in Fisheye.repositoryPath(@Nullable String repositoryPath) Sets a relative path in Fisheye repository.
-
Constructor Details
-
FishEyeRepositoryViewer
public FishEyeRepositoryViewer()Specifies a Fisheye viewer.
-
-
Method Details
-
fishEyeUrl
Sets url of a Fisheye server to be used for link generation. -
repositoryName
Sets repository name, as defined in Fisheye. -
repositoryPath
Sets a relative path in Fisheye repository. By default, it is empty.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.
-
build
- Specified by:
buildin classVcsRepositoryViewer
-