Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsBranchDefinition
Package
Description
-
Uses of VcsBranchDefinition in com.atlassian.bamboo.configuration.external.yaml.override
Modifier and TypeMethodDescriptionBambooYamlOverrider.overrideMatchedBranch
(@NotNull Map<String, Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout) Handles the `branch-overrides` tag in YAML v2BambooYamlOverriderImpl.overrideMatchedBranch
(@NotNull Map<String, Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Modifier and TypeMethodDescriptionBitbucketCloudBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> serverConfiguration) void
BitbucketCloudBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
BitbucketCloudBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.bitbucket.v2.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) BitbucketCloudImporterExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.git.v2.configurator
Modifier and TypeMethodDescriptionGitBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) void
GitBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
GitBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.git.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) GitConfigurationExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.github.configurator
Modifier and TypeMethodDescriptionGitHubBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) void
GitHubBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
GitHubBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.github.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) GitHubConfigurationExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.stash.v2.configurator
Modifier and TypeMethodDescriptionBitbucketServerBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) void
BitbucketServerBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
BitbucketServerBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.stash.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) BitbucketServerExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.repository.svn.v2.configurator
Modifier and TypeMethodDescriptionSvnBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) void
SvnBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
SvnBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescription@NotNull VcsBranchDefinition
CompleteVcsRepositoryData.getBranch()
@Nullable VcsBranchDefinition
PartialVcsRepositoryData.getBranch()
@Nullable VcsBranchDefinition
PartialVcsRepositoryDataImpl.getBranch()
@Nullable VcsBranchDefinition
VcsRepositoryData.getBranch()
@Nullable VcsBranchDefinition
VcsRepositoryDataImpl.getBranch()
-
Uses of VcsBranchDefinition in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
LegacyRepositoryConfigurationExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) LegacyBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) LegacyRepositoryConfigurationExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsBranchDefinition existingData) void
LegacyBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
LegacyBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.vcs.configurator
Modifier and TypeMethodDescriptionVcsBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition) Deprecated.since 5.15 use {@link #generateConfigMap(ActionParametersMap, VcsBranchDefinition, MapVcsBranchConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String, String> locationConfiguration) void
VcsBranchConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) void
VcsBranchConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsBranchDefinition branchDefinition) -
Uses of VcsBranchDefinition in com.atlassian.bamboo.vcs.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter.appendBranchData
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) NoOverridesVcsProjectRepositoryDataExporter.appendBranchData
(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) NoOverridesVcsRepositoryDataExporter.appendBranchData
(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition) VcsRepositoryDataExporter.appendBranchData
(B builder, @NotNull VcsBranchDefinition vcsBranchDefinition) Fill in the builder passed as the first argument with vcs branch data.DefaultVcsRepositoryDataExporter.importBranchData
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsBranchDefinition existingData) NoOverridesVcsProjectRepositoryDataExporter.importBranchData
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties, @Nullable VcsBranchDefinition existingData) NoOverridesVcsRepositoryDataExporter.importBranchData
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties, @Nullable VcsBranchDefinition existingData) VcsRepositoryDataExporter.importBranchData
(P repositoryProperties, @Nullable VcsBranchDefinition existingData) Extract branch configuration from properties object. -
Uses of VcsBranchDefinition in it.com.atlassian.bamboo.configuration.external.yaml.export
Modifier and TypeMethodDescription@Nullable VcsBranchDefinition
MockVcsRepositoryData.getBranch()