Uses of Class
com.atlassian.bamboo.vcs.configuration.service.VcsRepositoryConfigurationService.LinkedRepositoryAccess
-
Packages that use VcsRepositoryConfigurationService.LinkedRepositoryAccess Package Description com.atlassian.bamboo.vcs.configuration.service -
-
Uses of VcsRepositoryConfigurationService.LinkedRepositoryAccess in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return VcsRepositoryConfigurationService.LinkedRepositoryAccess Modifier and Type Method Description static VcsRepositoryConfigurationService.LinkedRepositoryAccess
VcsRepositoryConfigurationService.LinkedRepositoryAccess. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static VcsRepositoryConfigurationService.LinkedRepositoryAccess[]
VcsRepositoryConfigurationService.LinkedRepositoryAccess. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type VcsRepositoryConfigurationService.LinkedRepositoryAccess Modifier and Type Method Description default @NotNull PartialVcsRepositoryData
VcsRepositoryConfigurationService. createLinkedRepository(@NotNull PartialVcsRepositoryData newVcsConfiguration, @NotNull com.atlassian.user.User user, @NotNull VcsRepositoryConfigurationService.LinkedRepositoryAccess accessOption)
Deprecated.Creates new linked repository
-