Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
GitConfigurationExporter.appendBranchDetectionOptions(com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder,
VcsBranchDetectionOptions branchDetectionOptions) |
Map<String,String> |
GitConfigurationExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties,
VcsBranchDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
MercurialConfigurationExporter.exportBranchDetectionOptions(VcsBranchDetectionOptions branchDetectionOptions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository |
BitbucketServerExporter.appendBranchDetectionOptions(com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder,
VcsBranchDetectionOptions branchDetectionOptions) |
Map<String,String> |
BitbucketServerExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties,
VcsBranchDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
SvnBranchDetectionOptionsConfigurator.generateConfigMap(ActionParametersMap actionParametersMap,
VcsBranchDetectionOptions previousVcsBranchDetectionOptions) |
void |
SvnBranchDetectionOptionsConfigurator.populateContextForEdit(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
void |
SvnBranchDetectionOptionsConfigurator.populateContextForView(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
Modifier and Type | Class and Description |
---|---|
class |
VcsBranchDetectionOptionsImpl |
Modifier and Type | Method and Description |
---|---|
VcsBranchDetectionOptions |
CompleteVcsRepositoryData.getVcsBranchDetectionOptions() |
VcsBranchDetectionOptions |
VcsRepositoryDataImpl.getVcsBranchDetectionOptions() |
VcsBranchDetectionOptions |
PartialVcsRepositoryDataImpl.getVcsBranchDetectionOptions() |
VcsBranchDetectionOptions |
PartialVcsRepositoryData.getVcsBranchDetectionOptions() |
VcsBranchDetectionOptions |
VcsRepositoryData.getVcsBranchDetectionOptions() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
LegacyRepositoryConfigurationExporter.appendBranchDetectionOptions(com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
VcsBranchDetectionOptions branchDetectionOptions) |
Map<String,String> |
LegacyRepositoryConfigurationExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
VcsBranchDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
VcsBranchDetectionOptionsConfigurator.generateConfigMap(ActionParametersMap actionParametersMap,
VcsBranchDetectionOptions previousVcsBranchDetectionOptions) |
void |
VcsBranchDetectionOptionsConfigurator.populateContextForEdit(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
void |
VcsBranchDetectionOptionsConfigurator.populateContextForView(Map<String,Object> context,
VcsBranchDetectionOptions vcsBranchDetectionOptions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
DefaultVcsRepositoryDataExporter.appendBranchDetectionOptions(com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
VcsBranchDetectionOptions branchDetectionOptions) |
B |
VcsRepositoryDataExporter.appendBranchDetectionOptions(B builder,
VcsBranchDetectionOptions branchDetectionOptions)
Fill in the builder passed as the first argument with branch detection configuration.
|
NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository |
NoOverridesVcsRepositoryDataExporter.appendBranchDetectionOptions(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder,
VcsBranchDetectionOptions branchDetectionOptions) |
Map<String,String> |
DefaultVcsRepositoryDataExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
VcsBranchDetectionOptions existingData) |
Map<String,String> |
NoOverridesVcsRepositoryDataExporter.importBranchDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties,
VcsBranchDetectionOptions existingData) |
Map<String,String> |
VcsRepositoryDataExporter.importBranchDetectionOptions(P repositoryProperties,
VcsBranchDetectionOptions existingData)
Extract branch detection configuration from properties object.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.