Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection.FileFilteringOption
-
Packages that use VcsChangeDetection.FileFilteringOption Package Description com.atlassian.bamboo.specs.api.builders.repository 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.com.atlassian.bamboo.specs.api.model.repository 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.FileFilteringOption Modifier and Type Method Description static VcsChangeDetection.FileFilteringOptionVcsChangeDetection.FileFilteringOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VcsChangeDetection.FileFilteringOption[]VcsChangeDetection.FileFilteringOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsChangeDetection.FileFilteringOption Modifier and Type Method Description VcsChangeDetectionVcsChangeDetection. 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.FileFilteringOption Modifier and Type Method Description @Nullable VcsChangeDetection.FileFilteringOptionVcsChangeDetectionProperties. getFilterFilePatternOption()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsChangeDetection.FileFilteringOption Constructor Description VcsChangeDetectionProperties(boolean quietPeriodEnabled, java.time.Duration quietPeriod, int maxRetries, boolean commitIsolationEnabled, @NotNull java.util.Map<java.lang.String,java.lang.Object> configuration, @Nullable java.lang.String changesetFilterPatternRegex, @Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption, @Nullable java.lang.String filterFilePatternRegex)
-