| Modifier and Type | Method and Description |
|---|---|
@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) |
@Nullable Map<String,String> |
BitbucketCloudImporterExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
GitConfigurationExporter.appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
@Nullable Map<String,String> |
GitConfigurationExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
GitHubConfigurationExporter.appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
@Nullable Map<String,String> |
GitHubConfigurationExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
| Modifier and Type | Method and Description |
|---|---|
@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) |
@Nullable Map<String,String> |
BitbucketServerExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Map<String,String> |
SvnBranchDetectionOptionsConfigurator.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
VcsBranchDetectionOptionsImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable VcsBranchDetectionOptions |
VcsRepositoryDataImpl.getVcsBranchDetectionOptions() |
@Nullable VcsBranchDetectionOptions |
PartialVcsRepositoryDataImpl.getVcsBranchDetectionOptions() |
@Nullable VcsBranchDetectionOptions |
CompleteVcsRepositoryData.getVcsBranchDetectionOptions() |
@Nullable VcsBranchDetectionOptions |
PartialVcsRepositoryData.getVcsBranchDetectionOptions() |
@Nullable VcsBranchDetectionOptions |
VcsRepositoryData.getVcsBranchDetectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
LegacyRepositoryConfigurationExporter.appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
@NotNull Map<String,String> |
LegacyRepositoryConfigurationExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
@Nullable VcsBranchDetectionOptions existingData) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Map<String,String> |
VcsBranchDetectionOptionsConfigurator.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) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
DefaultVcsRepositoryDataExporter.appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
B |
VcsRepositoryDataExporter.appendBranchDetectionOptions(B builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions)
Fill in the builder passed as the first argument with branch detection configuration.
|
@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository |
NoOverridesVcsProjectRepositoryDataExporter.appendBranchDetectionOptions(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository |
NoOverridesVcsRepositoryDataExporter.appendBranchDetectionOptions(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions) |
@NotNull Map<String,String> |
DefaultVcsRepositoryDataExporter.importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
@Nullable VcsBranchDetectionOptions existingData) |
@Nullable Map<String,String> |
NoOverridesVcsRepositoryDataExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
@Nullable Map<String,String> |
NoOverridesVcsProjectRepositoryDataExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData) |
@Nullable Map<String,String> |
VcsRepositoryDataExporter.importBranchDetectionOptions(P repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData)
Extract branch detection configuration from properties object.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable VcsBranchDetectionOptions |
MockVcsRepositoryData.getVcsBranchDetectionOptions() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.