Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsChangeDetectionOptions
Package
Description
-
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.configuration.repository
Modifier and TypeMethodDescriptionVcsUIConfigBean.VcsTypeSelector.getChangeDetectionSourceDefinition()
-
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.plugins.bitbucket.v2.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) BitbucketCloudImporterExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.plugins.git.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) GitConfigurationExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.plugins.github.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) GitHubConfigurationExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.plugins.stash.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) BitbucketServerExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescription@NotNull VcsChangeDetectionOptions
CompleteVcsRepositoryData.getVcsChangeDetectionOptions()
@Nullable VcsChangeDetectionOptions
PartialVcsRepositoryData.getVcsChangeDetectionOptions()
@Nullable VcsChangeDetectionOptions
PartialVcsRepositoryDataImpl.getVcsChangeDetectionOptions()
@Nullable VcsChangeDetectionOptions
VcsRepositoryData.getVcsChangeDetectionOptions()
@Nullable VcsChangeDetectionOptions
VcsRepositoryDataImpl.getVcsChangeDetectionOptions()
ModifierConstructorDescriptionChangeDetectionSourceDefinitionImpl
(VcsChangeDetectionOptions vcsChangeDetectionOptions) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.vcs.configuration.configurator
Modifier and TypeMethodDescriptionDefaultChangeDetectionOptionsConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsChangeDetectionOptions previousTriggerDefinition) void
DefaultChangeDetectionOptionsConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsChangeDetectionOptions triggerDefinition) void
DefaultChangeDetectionOptionsConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsChangeDetectionOptions triggerDefinition) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
LegacyRepositoryConfigurationExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) LegacyRepositoryConfigurationExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsChangeDetectionOptions existingData) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.vcs.configurator
Modifier and TypeMethodDescriptionVcsChangeDetectionOptionsConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsChangeDetectionOptions previousTriggerDefinition) void
VcsChangeDetectionOptionsConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsChangeDetectionOptions triggerDefinition) void
VcsChangeDetectionOptionsConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsChangeDetectionOptions triggerDefinition) -
Uses of VcsChangeDetectionOptions in com.atlassian.bamboo.vcs.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter.appendChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) NoOverridesVcsProjectRepositoryDataExporter.appendChangeDetectionOptions
(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) NoOverridesVcsRepositoryDataExporter.appendChangeDetectionOptions
(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) VcsRepositoryDataExporter.appendChangeDetectionOptions
(B builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions) Fill in the builder passed as the first argument with change detection configuration.static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
DefaultVcsRepositoryDataExporter.exportStandardChangeDetectionOptions
(@NotNull VcsChangeDetectionOptions changeDetectionOptions) DefaultVcsRepositoryDataExporter.importChangeDetectionOptions
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsChangeDetectionOptions existingData) NoOverridesVcsProjectRepositoryDataExporter.importChangeDetectionOptions
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) NoOverridesVcsRepositoryDataExporter.importChangeDetectionOptions
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) VcsRepositoryDataExporter.importChangeDetectionOptions
(P repositoryProperties, @Nullable VcsChangeDetectionOptions existingData) Extract change detection configuration from properties object. -
Uses of VcsChangeDetectionOptions in it.com.atlassian.bamboo.configuration.external.yaml.export
Modifier and TypeMethodDescription@Nullable VcsChangeDetectionOptions
MockVcsRepositoryData.getVcsChangeDetectionOptions()