Uses of Class
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
Packages that use VcsRepositoryProperties
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.
Bamboo project (which is a container for plans).
Generic plan-local and linked source code repositories as well as change detection settings.
Validate generic VCS settings.
Bitbucket Cloud repository type.
Bitbucket Server repository type.
Git repository type.
GitHub repository type.
-
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.builders.repository
Classes in com.atlassian.bamboo.specs.api.builders.repository with type parameters of type VcsRepositoryPropertiesModifier and TypeClassDescriptionclassVcsRepository<T extends VcsRepository<T,E>, E extends VcsRepositoryProperties> Represents a definition of VCS repository. -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.model.project
Methods in com.atlassian.bamboo.specs.api.model.project that return types with arguments of type VcsRepositoryPropertiesModifier and TypeMethodDescription@NotNull List<VcsRepositoryProperties> ProjectProperties.getRepositories() -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.model.repository
Subclasses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.model.repositoryModifier and TypeClassDescriptionfinal classstatic classstatic classMethods in com.atlassian.bamboo.specs.api.model.repository that return VcsRepositoryPropertiesConstructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type VcsRepositoryPropertiesModifierConstructorDescriptionPlanRepositoryLinkProperties(VcsRepositoryProperties repositoryDefinition) -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.validators.repository
Methods in com.atlassian.bamboo.specs.api.validators.repository with parameters of type VcsRepositoryPropertiesModifier and TypeMethodDescriptionstatic List<ValidationProblem> VcsRepositoryValidator.validate(@NotNull VcsRepositoryProperties vcsRepositoryProperties) -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
-
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
-
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.git
Subclasses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.git -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.github