Uses of Interface
com.atlassian.bamboo.repository.plugin.RepositoryModuleDescriptor
-
-
Uses of RepositoryModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
Classes in com.atlassian.bamboo.plugin.descriptor that implement RepositoryModuleDescriptor Modifier and Type Class Description classRepositoryModuleDescriptorImplModule descriptor for theRepositoryplugin type -
Uses of RepositoryModuleDescriptor in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return RepositoryModuleDescriptor Modifier and Type Method Description @Nullable RepositoryModuleDescriptorDefaultRepositoryManager. getRepositoryModuleDescriptor(String pluginKey)@Nullable RepositoryModuleDescriptorRepositoryManager. getRepositoryModuleDescriptor(String pluginKey)Deprecated.Returns aRepositoryModuleDescriptorfor a plugin keyMethods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryModuleDescriptor Modifier and Type Method Description @NotNull List<RepositoryModuleDescriptor>DefaultRepositoryManager. getAvailableRepositoryDescriptors()@NotNull List<RepositoryModuleDescriptor>RepositoryManager. getAvailableRepositoryDescriptors()Deprecated.Returns a list of available (i.e. installed and enabled)RepositoryModuleDescriptorobjects.@NotNull List<RepositoryModuleDescriptor>DefaultRepositoryManager. getAvailableStandaloneRepositoryDescriptors()@NotNull List<RepositoryModuleDescriptor>RepositoryManager. getAvailableStandaloneRepositoryDescriptors()Deprecated.Returns a list of available (i.e. installed and enabled)RepositoryModuleDescriptorobjects that representStandaloneRepository -
Uses of RepositoryModuleDescriptor in com.atlassian.bamboo.vcs.configuration.legacy
Fields in com.atlassian.bamboo.vcs.configuration.legacy declared as RepositoryModuleDescriptor Modifier and Type Field Description protected RepositoryModuleDescriptorLegacyExecutorBase. repositoryModuleDescriptorMethods in com.atlassian.bamboo.vcs.configuration.legacy that return RepositoryModuleDescriptor Modifier and Type Method Description RepositoryModuleDescriptorLegacyRepositoryModuleDescriptor. getLegacyRepositoryModuleDescriptor()Constructors in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type RepositoryModuleDescriptor Constructor Description LegacyBranchDetector(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyChangeDetector(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyConnectionTester(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyExecutorBase(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyFixedDirectoryWorkingCopyManager(RepositoryModuleDescriptor repositoryModuleDescriptor, BuildLoggerManager buildLoggerManager)LegacyRepositoryModuleDescriptor(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyVariableGenerator(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyWorkingCopyManager(RepositoryModuleDescriptor repositoryModuleDescriptor, BuildLoggerManager buildLoggerManager) -
Uses of RepositoryModuleDescriptor in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Constructors in com.atlassian.bamboo.vcs.configuration.legacy.configurator with parameters of type RepositoryModuleDescriptor Constructor Description LegacyBranchConfigurator(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyMavenPomAccessor(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyRepositoryConfigurationExporter(RepositoryModuleDescriptor repositoryModuleDescriptor)LegacyVcsLocationConfigurator(RepositoryModuleDescriptor repositoryModuleDescriptor)
-