Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsBranchDefinition
-
-
Uses of VcsBranchDefinition in com.atlassian.bamboo.configuration.external.yaml.override
Methods in com.atlassian.bamboo.configuration.external.yaml.override with parameters of type VcsBranchDefinition Modifier and Type Method Description Map<String,Object>
BambooYamlOverrider. overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout)
Handles the `branch-overrides` tag in YAML v2Map<String,Object>
BambooYamlOverriderImpl. overrideMatchedBranch(@NotNull Map<String,Object> rawYamlStructure, @NotNull VcsBranchDefinition vcsBranchDefinition, @NotNull RssExecutionOutputHandler stdout)
-
Uses of VcsBranchDefinition in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull Map<String,String>
BitbucketCloudBranchConfigurator. 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
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.export with parameters of type VcsBranchDefinition Modifier and Type Method Description @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)
@Nullable Map<String,String>
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
Methods in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull Map<String,String>
GitBranchConfigurator. 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
Methods in com.atlassian.bamboo.plugins.git.v2.exporter with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter. appendBranchData(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
@Nullable Map<String,String>
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
Methods in com.atlassian.bamboo.plugins.github.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull Map<String,String>
GitHubBranchConfigurator. 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
Methods in com.atlassian.bamboo.plugins.github.exporter with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter. appendBranchData(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
@Nullable Map<String,String>
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
Methods in com.atlassian.bamboo.plugins.stash.v2.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull Map<String,String>
BitbucketServerBranchConfigurator. 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
Methods in com.atlassian.bamboo.plugins.stash.v2.exporter with parameters of type VcsBranchDefinition Modifier and Type Method Description @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)
@Nullable Map<String,String>
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
Methods in com.atlassian.bamboo.repository.svn.v2.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull Map<String,String>
SvnBranchConfigurator. 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
Classes in com.atlassian.bamboo.vcs.configuration that implement VcsBranchDefinition Modifier and Type Class Description class
VcsBranchDefinitionImpl
Methods in com.atlassian.bamboo.vcs.configuration that return VcsBranchDefinition Modifier and Type Method Description @NotNull VcsBranchDefinition
CompleteVcsRepositoryData. getBranch()
@Nullable VcsBranchDefinition
PartialVcsRepositoryData. getBranch()
@Nullable VcsBranchDefinition
PartialVcsRepositoryDataImpl. getBranch()
@Nullable VcsBranchDefinition
VcsRepositoryData. getBranch()
@Nullable VcsBranchDefinition
VcsRepositoryDataImpl. getBranch()
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type VcsBranchDefinition Constructor Description VcsBranchDefinitionImpl(@NotNull VcsBranchDefinition branch)
-
Uses of VcsBranchDefinition in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Methods in com.atlassian.bamboo.vcs.configuration.legacy.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
LegacyRepositoryConfigurationExporter. appendBranchData(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
@NotNull Map<String,String>
LegacyBranchConfigurator. generateConfigMap(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition, @NotNull Map<String,String> locationConfiguration)
@Nullable Map<String,String>
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
Methods in com.atlassian.bamboo.vcs.configurator with parameters of type VcsBranchDefinition Modifier and Type Method Description default @NotNull Map<String,String>
VcsBranchConfigurator. generateConfigMap(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsBranchDefinition previousBranchDefinition)
Deprecated.since 5.15 use {@link #generateConfigMap(ActionParametersMap, VcsBranchDefinition, Mapdefault @NotNull Map<String,String>
VcsBranchConfigurator. 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
Methods in com.atlassian.bamboo.vcs.export with parameters of type VcsBranchDefinition Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter. appendBranchData(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository
NoOverridesVcsProjectRepositoryDataExporter. appendBranchData(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository
NoOverridesVcsRepositoryDataExporter. appendBranchData(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
B
VcsRepositoryDataExporter. appendBranchData(B builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
Fill in the builder passed as the first argument with vcs branch data.@NotNull Map<String,String>
DefaultVcsRepositoryDataExporter. importBranchData(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsBranchDefinition existingData)
@Nullable Map<String,String>
NoOverridesVcsProjectRepositoryDataExporter. importBranchData(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties, @Nullable VcsBranchDefinition existingData)
@Nullable Map<String,String>
NoOverridesVcsRepositoryDataExporter. importBranchData(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties, @Nullable VcsBranchDefinition existingData)
@Nullable Map<String,String>
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
Methods in it.com.atlassian.bamboo.configuration.external.yaml.export that return VcsBranchDefinition Modifier and Type Method Description @Nullable VcsBranchDefinition
MockVcsRepositoryData. getBranch()
-