| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static VcsChangeDetection.FileFilteringOption |
VcsChangeDetection.FileFilteringOption.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
VcsChangeDetection |
VcsChangeDetection.filterFilePatternOption(VcsChangeDetection.FileFilteringOption filterFilePatternOption)
Selects method of filtering commits by affected files.
|
| Modifier and Type | Method and Description |
|---|---|
VcsChangeDetection.FileFilteringOption |
VcsChangeDetectionProperties.getFilterFilePatternOption() |
| Constructor and Description |
|---|
VcsChangeDetectionProperties(boolean quietPeriodEnabled,
Duration quietPeriod,
int maxRetries,
boolean commitIsolationEnabled,
Map<String,Object> configuration,
String changesetFilterPatternRegex,
VcsChangeDetection.FileFilteringOption filterFilePatternOption,
String filterFilePatternRegex) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.