Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
-
Packages that use VcsRepositoryViewer Package Description com.atlassian.bamboo.specs.api.builders.repository 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.com.atlassian.bamboo.specs.api.builders.repository.viewer Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.com.atlassian.bamboo.specs.builders.repository.viewer Repository viewers, such as: Fisheye, Bitbucket Server and Cloud or 'hg serve' service. -
-
Uses of VcsRepositoryViewer in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsRepositoryViewer Modifier and Type Method Description TVcsRepository. 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
Subclasses of VcsRepositoryViewer in com.atlassian.bamboo.specs.api.builders.repository.viewer Modifier and Type Class Description classAnyVcsRepositoryViewerRepresents a vcs repository viewer of any type. -
Uses of VcsRepositoryViewer in com.atlassian.bamboo.specs.builders.repository.viewer
Subclasses of VcsRepositoryViewer in com.atlassian.bamboo.specs.builders.repository.viewer Modifier and Type Class Description classBitbucketCloudRepositoryViewerRepresents Bitbucket Cloud repository viewer.classBitbucketServerRepositoryViewerRepresents Bitbucket Server viewer.classFishEyeRepositoryViewerRepresents a Fisheye repository viewer.classGenericRepositoryViewerRepresents a generic viewer.classGitHubRepositoryViewerGitHub repository viewer.classHgServeRepositoryViewerRepresents viewer that generates links to default hg repository browser service (a.k.a hg serve).
-