Uses of Class
com.atlassian.bamboo.specs.api.model.repository.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
Modifier and TypeClassDescriptionclass
VcsRepository<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
Modifier and TypeMethodDescription@NotNull List<VcsRepositoryProperties>
ProjectProperties.getRepositories()
-
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.model.repository
Modifier and TypeClassDescriptionfinal class
static class
static class
ModifierConstructorDescriptionPlanRepositoryLinkProperties
(VcsRepositoryProperties repositoryDefinition) -
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.api.validators.repository
Modifier 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
-
Uses of VcsRepositoryProperties in com.atlassian.bamboo.specs.model.repository.github