Uses of Interface
com.atlassian.bamboo.repository.RepositoryManager
-
-
Uses of RepositoryManager in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type RepositoryManager Modifier and Type Method Description void
BitbucketRepository. setRepositoryManager(RepositoryManager repositoryManager)
-
Uses of RepositoryManager in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type RepositoryManager Modifier and Type Method Description void
StashRepositoryImpl. setRepositoryManager(RepositoryManager repositoryManager)
-
Uses of RepositoryManager in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement RepositoryManager Modifier and Type Class Description class
DefaultRepositoryManager
-
Uses of RepositoryManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RepositoryManager Modifier and Type Field Description static Supplier<RepositoryManager>
ComponentAccessor. REPOSITORY_MANAGER
Deprecated. -
Uses of RepositoryManager in com.atlassian.bamboo.task.repository
Fields in com.atlassian.bamboo.task.repository declared as RepositoryManager Modifier and Type Field Description protected RepositoryManager
AbstractRepositoryAwareTaskConfigurator. repositoryManager
Methods in com.atlassian.bamboo.task.repository with parameters of type RepositoryManager Modifier and Type Method Description void
AbstractRepositoryAwareTaskConfigurator. setRepositoryManager(RepositoryManager repositoryManager)
-
Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as RepositoryManager Modifier and Type Field Description protected RepositoryManager
ImportMavenPlanAction. repositoryManager
-
Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.build.admin.create
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type RepositoryManager Constructor Description UIConfigSupportImpl(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, RepositoryManager repositoryManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, WebRepositoryViewerManager webRepositoryViewerManager, BambooPermissionManager bambooPermissionManager)
-