Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsBranchDetectionOptions
Package
Description
-
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.plugins.bitbucket.v2.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) BitbucketCloudImporterExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.plugins.git.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) GitConfigurationExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.plugins.github.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) GitHubConfigurationExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.plugins.stash.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) BitbucketServerExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.repository.svn.v2.configurator
Modifier and TypeMethodDescriptionSvnBranchDetectionOptionsConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) void
SvnBranchDetectionOptionsConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) void
SvnBranchDetectionOptionsConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescription@Nullable VcsBranchDetectionOptions
CompleteVcsRepositoryData.getVcsBranchDetectionOptions()
@Nullable VcsBranchDetectionOptions
PartialVcsRepositoryData.getVcsBranchDetectionOptions()
@Nullable VcsBranchDetectionOptions
PartialVcsRepositoryDataImpl.getVcsBranchDetectionOptions()
@Nullable VcsBranchDetectionOptions
VcsRepositoryData.getVcsBranchDetectionOptions()
@Nullable VcsBranchDetectionOptions
VcsRepositoryDataImpl.getVcsBranchDetectionOptions()
-
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
LegacyRepositoryConfigurationExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) LegacyRepositoryConfigurationExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsBranchDetectionOptions existingData) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.vcs.configurator
Modifier and TypeMethodDescriptionVcsBranchDetectionOptionsConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDetectionOptions previousVcsBranchDetectionOptions) void
VcsBranchDetectionOptionsConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) void
VcsBranchDetectionOptionsConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDetectionOptions vcsBranchDetectionOptions) -
Uses of VcsBranchDetectionOptions in com.atlassian.bamboo.vcs.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter.appendBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) NoOverridesVcsProjectRepositoryDataExporter.appendBranchDetectionOptions
(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) NoOverridesVcsRepositoryDataExporter.appendBranchDetectionOptions
(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) VcsRepositoryDataExporter.appendBranchDetectionOptions
(B builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions) Fill in the builder passed as the first argument with branch detection configuration.DefaultVcsRepositoryDataExporter.importBranchDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsBranchDetectionOptions existingData) NoOverridesVcsProjectRepositoryDataExporter.importBranchDetectionOptions
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) NoOverridesVcsRepositoryDataExporter.importBranchDetectionOptions
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) VcsRepositoryDataExporter.importBranchDetectionOptions
(P repositoryProperties, @Nullable VcsBranchDetectionOptions existingData) Extract branch detection configuration from properties object. -
Uses of VcsBranchDetectionOptions in it.com.atlassian.bamboo.configuration.external.yaml.export
Modifier and TypeMethodDescription@Nullable VcsBranchDetectionOptions
MockVcsRepositoryData.getVcsBranchDetectionOptions()