Uses of Class
com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
Packages that use VcsChangeDetectionProperties
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.
Validate generic VCS settings.
-
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsChangeDetectionPropertiesModifier and TypeMethodDescriptionprotected VcsChangeDetectionPropertiesVcsChangeDetection.build() -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return VcsChangeDetectionPropertiesModifier and TypeMethodDescription@Nullable VcsChangeDetectionPropertiesAnyVcsRepositoryProperties.getChangeDetectionConfiguration()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsChangeDetectionPropertiesModifierConstructorDescriptionAnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable ProjectProperties project, @Nullable Map<String, Object> serverConfiguration, @Nullable Map<String, Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable Map<String, Object> serverConfiguration, @Nullable Map<String, Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.validators.repository
Methods in com.atlassian.bamboo.specs.api.validators.repository with parameters of type VcsChangeDetectionPropertiesModifier and TypeMethodDescriptionstatic List<ValidationProblem>VcsChangeDetectionValidator.validate(@NotNull VcsChangeDetectionProperties vcsChangeDetectionProperties)