Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection.FileFilteringOption
Packages that use VcsChangeDetection.FileFilteringOption
Package
Description
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
Generic plan-local and linked source code repositories as well as change detection settings.
-
Uses of VcsChangeDetection.FileFilteringOption in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsChangeDetection.FileFilteringOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.VcsChangeDetection.FileFilteringOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsChangeDetection.FileFilteringOptionModifier and TypeMethodDescriptionVcsChangeDetection.filterFilePatternOption(@Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption) Selects method of filtering commits by affected files. -
Uses of VcsChangeDetection.FileFilteringOption in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return VcsChangeDetection.FileFilteringOptionModifier and TypeMethodDescription@Nullable VcsChangeDetection.FileFilteringOptionVcsChangeDetectionProperties.getFilterFilePatternOption()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsChangeDetection.FileFilteringOptionModifierConstructorDescriptionVcsChangeDetectionProperties(boolean quietPeriodEnabled, Duration quietPeriod, int maxRetries, boolean commitIsolationEnabled, @NotNull Map<String, Object> configuration, @Nullable String changesetFilterPatternRegex, @Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption, @Nullable String filterFilePatternRegex)