Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
Package
Description
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.
Repository viewers, such as: Fisheye, Bitbucket Server and Cloud or 'hg serve' service.
-
Uses of VcsRepositoryViewer in com.atlassian.bamboo.specs.api.builders.repository
Modifier and TypeMethodDescriptionVcsRepository.repositoryViewer
(@Nullable VcsRepositoryViewer repositoryViewer) Sets a web repository viewer to be used with this repository. -
Uses of VcsRepositoryViewer in com.atlassian.bamboo.specs.api.builders.repository.viewer
Modifier and TypeClassDescriptionclass
Represents a vcs repository viewer of any type. -
Uses of VcsRepositoryViewer in com.atlassian.bamboo.specs.builders.repository.viewer
Modifier and TypeClassDescriptionclass
Represents Bitbucket Cloud repository viewer.class
Represents Bitbucket Server viewer.class
Represents a Fisheye repository viewer.class
Represents a generic viewer.class
GitHub repository viewer.class
Represents viewer that generates links to default hg repository browser service (a.k.a hg serve).