Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsBambooSpecsDetectionOptions
Packages that use VcsBambooSpecsDetectionOptions
Package
Description
-
Uses of VcsBambooSpecsDetectionOptions in com.atlassian.bamboo.plugins.stash.v2.exporter
Methods in com.atlassian.bamboo.plugins.stash.v2.exporter with parameters of type VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescriptionBitbucketServerExporter.importBambooSpecsDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties, @Nullable VcsBambooSpecsDetectionOptions existingData) -
Uses of VcsBambooSpecsDetectionOptions in com.atlassian.bamboo.vcs.configuration
Classes in com.atlassian.bamboo.vcs.configuration that implement VcsBambooSpecsDetectionOptionsMethods in com.atlassian.bamboo.vcs.configuration that return VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescription@Nullable VcsBambooSpecsDetectionOptions
PartialVcsRepositoryData.getBambooSpecsConfiguration()
@Nullable VcsBambooSpecsDetectionOptions
PartialVcsRepositoryDataImpl.getBambooSpecsConfiguration()
@Nullable VcsBambooSpecsDetectionOptions
CompleteVcsRepositoryData.getBambooSpecsDetectionOptions()
@Nullable VcsBambooSpecsDetectionOptions
VcsRepositoryData.getBambooSpecsDetectionOptions()
@Nullable VcsBambooSpecsDetectionOptions
VcsRepositoryDataImpl.getBambooSpecsDetectionOptions()
-
Uses of VcsBambooSpecsDetectionOptions in com.atlassian.bamboo.vcs.configuration.configurator
Methods in com.atlassian.bamboo.vcs.configuration.configurator with parameters of type VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescriptionVcsBambooSpecsConfiguratorImpl.generateConfigMap
(@NotNull ActionParametersMap apm, @Nullable VcsBambooSpecsDetectionOptions previousSpecsDetectionOptions) void
VcsBambooSpecsConfiguratorImpl.populateContextForEdit
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) void
VcsBambooSpecsConfiguratorImpl.populateContextForView
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) -
Uses of VcsBambooSpecsDetectionOptions in com.atlassian.bamboo.vcs.configurator
Methods in com.atlassian.bamboo.vcs.configurator with parameters of type VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescriptionVcsBambooSpecsConfigurator.generateConfigMap
(@NotNull ActionParametersMap apm, @Nullable VcsBambooSpecsDetectionOptions previousSpecsDetectionOptions) void
VcsBambooSpecsConfigurator.populateContextForEdit
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) void
VcsBambooSpecsConfigurator.populateContextForView
(@NotNull Map<String, Object> contextParams, @Nullable VcsBambooSpecsDetectionOptions bambooSpecsConfiguration) -
Uses of VcsBambooSpecsDetectionOptions in com.atlassian.bamboo.vcs.export
Methods in com.atlassian.bamboo.vcs.export with parameters of type VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescriptionVcsRepositoryDataExporter.importBambooSpecsDetectionOptions
(P repositoryProperties, @Nullable VcsBambooSpecsDetectionOptions existingData) Extract Bamboo Specs detection configuration from properties object. -
Uses of VcsBambooSpecsDetectionOptions in it.com.atlassian.bamboo.configuration.external.yaml.export
Methods in it.com.atlassian.bamboo.configuration.external.yaml.export that return VcsBambooSpecsDetectionOptionsModifier and TypeMethodDescription@Nullable VcsBambooSpecsDetectionOptions
MockVcsRepositoryData.getBambooSpecsDetectionOptions()