Uses of Interface
com.atlassian.bamboo.vcs.viewer.module.VcsRepositoryViewerManager
-
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as VcsRepositoryViewerManager Modifier and Type Field Description protected VcsRepositoryViewerManager
PlanResultsAction. vcsRepositoryViewerManager
Methods in com.atlassian.bamboo.build with parameters of type VcsRepositoryViewerManager Modifier and Type Method Description void
PlanResultsAction. setVcsRepositoryViewerManager(VcsRepositoryViewerManager vcsRepositoryViewerManager)
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.configuration.repository
Constructors in com.atlassian.bamboo.configuration.repository with parameters of type VcsRepositoryViewerManager Constructor Description VcsViewerUIConfigBean(VcsRepositoryViewerManager viewerManager, TemplateRenderer templateRenderer)
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type VcsRepositoryViewerManager Modifier and Type Method Description protected String
AbstractNotification. getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, @Nullable String revision, @NotNull ImmutablePlan plan, @NotNull CustomVariableContext customVariableContext, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryViewerManager vcsRepositoryViewerManager)
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.notification.buildcompleted
Constructors in com.atlassian.bamboo.notification.buildcompleted with parameters of type VcsRepositoryViewerManager Constructor Description AbstractCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
BuildCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.notification.chain
Constructors in com.atlassian.bamboo.notification.chain with parameters of type VcsRepositoryViewerManager Constructor Description ChainCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type VcsRepositoryViewerManager Modifier and Type Field Description static Supplier<VcsRepositoryViewerManager>
ComponentAccessor. VCS_REPOSITORY_VIEWER_MANAGER
Deprecated. -
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.vcs.viewer.module
Classes in com.atlassian.bamboo.vcs.viewer.module that implement VcsRepositoryViewerManager Modifier and Type Class Description class
VcsRepositoryViewerManagerImpl
-
Uses of VcsRepositoryViewerManager in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type VcsRepositoryViewerManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-