Uses of Class
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
Packages that use VcsRepositoryIdentifierProperties
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.
Build triggers.
Immutable permissions like plan permissions properties, deployment permissions properties etc.
Generic plan-local and linked source code repositories as well as change detection settings.
Build triggers.
-
Uses of VcsRepositoryIdentifierProperties in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsRepositoryIdentifierPropertiesModifier and TypeMethodDescriptionprotected VcsRepositoryIdentifierPropertiesVcsRepositoryIdentifier.build() -
Uses of VcsRepositoryIdentifierProperties in com.atlassian.bamboo.specs.api.builders.trigger
Fields in com.atlassian.bamboo.specs.api.builders.trigger with type parameters of type VcsRepositoryIdentifierPropertiesModifier and TypeFieldDescriptionprotected List<VcsRepositoryIdentifierProperties>RepositoryBasedTrigger.selectedTriggeringRepositories -
Uses of VcsRepositoryIdentifierProperties in com.atlassian.bamboo.specs.api.model.permission
Methods in com.atlassian.bamboo.specs.api.model.permission that return types with arguments of type VcsRepositoryIdentifierPropertiesModifier and TypeMethodDescription@NotNull List<VcsRepositoryIdentifierProperties>ProjectPermissionsProperties.getSpecsRepositories()Constructor parameters in com.atlassian.bamboo.specs.api.model.permission with type arguments of type VcsRepositoryIdentifierPropertiesModifierConstructorDescriptionProjectPermissionsProperties(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull List<VcsRepositoryIdentifierProperties> specsRepositories) -
Uses of VcsRepositoryIdentifierProperties in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return VcsRepositoryIdentifierProperties -
Uses of VcsRepositoryIdentifierProperties in com.atlassian.bamboo.specs.api.model.trigger
Methods in com.atlassian.bamboo.specs.api.model.trigger that return types with arguments of type VcsRepositoryIdentifierPropertiesModifier and TypeMethodDescriptionRepositoryBasedTriggerProperties.getSelectedTriggeringRepositories()Constructor parameters in com.atlassian.bamboo.specs.api.model.trigger with type arguments of type VcsRepositoryIdentifierPropertiesModifierConstructorDescriptionAnyTriggerProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, Map<String, String> configuration, RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType, List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) RepositoryBasedTriggerProperties(String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType, List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories)