Uses of Class
com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
-
Packages that use VcsChangeDetectionProperties 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.com.atlassian.bamboo.specs.api.validators.repository 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 VcsChangeDetectionProperties Modifier and Type Method Description protected VcsChangeDetectionPropertiesVcsChangeDetection. build() -
Uses of VcsChangeDetectionProperties in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return VcsChangeDetectionProperties Modifier and Type Method Description @Nullable VcsChangeDetectionPropertiesAnyVcsRepositoryProperties. getChangeDetectionConfiguration()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsChangeDetectionProperties Constructor Description AnyVcsRepositoryProperties(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 VcsChangeDetectionProperties Modifier and Type Method Description static List<ValidationProblem>VcsChangeDetectionValidator. validate(@NotNull VcsChangeDetectionProperties vcsChangeDetectionProperties)
-