Modifier and Type | Method and Description |
---|---|
VcsChangeDetectionOptions |
VcsUIConfigBean.VcsTypeSelector.getChangeDetectionSourceDefinition() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository |
BitbucketCloudImporterExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
BitbucketCloudImporterExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties,
VcsChangeDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.git.GitRepository |
GitConfigurationExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
GitConfigurationExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties,
VcsChangeDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
GitHubConfigurationExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
GitHubConfigurationExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
VcsChangeDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
MercurialConfigurationExporter.exportChangeDetectionOptions(VcsChangeDetectionOptions changeDetectionOptions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository |
BitbucketServerExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
BitbucketServerExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties,
VcsChangeDetectionOptions existingData) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeDetectionSourceDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
VcsChangeDetectionOptions |
VcsRepositoryDataImpl.getVcsChangeDetectionOptions() |
VcsChangeDetectionOptions |
CompleteVcsRepositoryData.getVcsChangeDetectionOptions() |
VcsChangeDetectionOptions |
PartialVcsRepositoryDataImpl.getVcsChangeDetectionOptions() |
VcsChangeDetectionOptions |
PartialVcsRepositoryData.getVcsChangeDetectionOptions() |
VcsChangeDetectionOptions |
VcsRepositoryData.getVcsChangeDetectionOptions() |
Constructor and Description |
---|
ChangeDetectionSourceDefinitionImpl(VcsChangeDetectionOptions vcsChangeDetectionOptions) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultChangeDetectionOptionsConfigurator.generateConfigMap(ActionParametersMap actionParametersMap,
VcsChangeDetectionOptions previousTriggerDefinition) |
void |
DefaultChangeDetectionOptionsConfigurator.populateContextForEdit(Map<String,Object> context,
VcsChangeDetectionOptions triggerDefinition) |
void |
DefaultChangeDetectionOptionsConfigurator.populateContextForView(Map<String,Object> context,
VcsChangeDetectionOptions triggerDefinition) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
LegacyRepositoryConfigurationExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
LegacyRepositoryConfigurationExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
VcsChangeDetectionOptions existingData) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
VcsChangeDetectionOptionsConfigurator.generateConfigMap(ActionParametersMap actionParametersMap,
VcsChangeDetectionOptions previousTriggerDefinition) |
void |
VcsChangeDetectionOptionsConfigurator.populateContextForEdit(Map<String,Object> context,
VcsChangeDetectionOptions triggerDefinition) |
void |
VcsChangeDetectionOptionsConfigurator.populateContextForView(Map<String,Object> context,
VcsChangeDetectionOptions triggerDefinition) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository |
DefaultVcsRepositoryDataExporter.appendChangeDetectionOptions(com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
B |
VcsRepositoryDataExporter.appendChangeDetectionOptions(B builder,
VcsChangeDetectionOptions changeDetectionOptions)
Fill in the builder passed as the first argument with change detection configuration.
|
NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository |
NoOverridesVcsRepositoryDataExporter.appendChangeDetectionOptions(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder,
VcsChangeDetectionOptions changeDetectionOptions) |
static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection |
DefaultVcsRepositoryDataExporter.exportStandardChangeDetectionOptions(VcsChangeDetectionOptions changeDetectionOptions) |
Map<String,String> |
DefaultVcsRepositoryDataExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties,
VcsChangeDetectionOptions existingData) |
Map<String,String> |
NoOverridesVcsRepositoryDataExporter.importChangeDetectionOptions(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties,
VcsChangeDetectionOptions existingData) |
Map<String,String> |
VcsRepositoryDataExporter.importChangeDetectionOptions(P repositoryProperties,
VcsChangeDetectionOptions existingData)
Extract change detection configuration from properties object.
|
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.