Uses of Interface
com.atlassian.bamboo.vcs.configuration.VcsLocationDefinition
Package
Description
-
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Modifier and TypeMethodDescriptionBitbucketCloudServerConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
BitbucketCloudServerConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) BitbucketCloudServerConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
BitbucketCloudServerConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) BitbucketCloudServerConfigurator.getSharedCredentialsIds
(@NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketCloudServerConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketCloudServerConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketCloudServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) void
BitbucketCloudServerConfigurator.validateForConnectionTesting
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.bitbucket.v2.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) BitbucketCloudImporterExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties properties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.git.v2.configurator
Modifier and TypeMethodDescriptionGitServerConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
GitServerConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) GitServerConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
GitServerConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) GitServerConfigurator.getSharedCredentialsIds
(@NotNull VcsLocationDefinition vcsLocationDefinition) void
GitServerConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
GitServerConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
GitServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) void
GitServerConfigurator.validateForConnectionTesting
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.git.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.builders.repository.git.GitRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) GitConfigurationExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.github.configurator
Modifier and TypeMethodDescriptionGitHubServerConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
GitHubServerConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) GitHubServerConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
GitHubServerConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) void
GitHubServerConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
GitHubServerConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
GitHubServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.github.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) GitHubConfigurationExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.stash.v2.configurator
Modifier and TypeMethodDescriptionBitbucketServerServerConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
BitbucketServerServerConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) BitbucketServerServerConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
BitbucketServerServerConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketServerServerConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketServerServerConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
BitbucketServerServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.plugins.stash.v2.exporter
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) BitbucketServerExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionstatic @NotNull String
ReflectionRepositoryAccessor.StashRepositoryAccessor.getApplicationLinkId
(VcsLocationDefinition vcsLocation) static @NotNull String
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashProjectKey
(VcsLocationDefinition vcsLocation) static @NotNull String
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashRepositorySlug
(VcsLocationDefinition vcsLocation) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.repository.svn.v2.configurator
Modifier and TypeMethodDescriptionSvnServerConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
SvnServerConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
SvnServerConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) void
SvnServerConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
SvnServerConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
SvnServerConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescription@NotNull VcsLocationDefinition
CompleteVcsRepositoryData.getVcsLocation()
@Nullable VcsLocationDefinition
PartialVcsRepositoryData.getVcsLocation()
@Nullable VcsLocationDefinition
PartialVcsRepositoryDataImpl.getVcsLocation()
@NotNull VcsLocationDefinition
VcsRepositoryData.getVcsLocation()
@NotNull VcsLocationDefinition
VcsRepositoryDataImpl.getVcsLocation()
ModifierConstructorDescriptionVcsLocationDefinitionImpl
(@NotNull VcsLocationDefinition vcsLocation) VcsLocationDefinitionImpl
(@NotNull VcsLocationDefinition vcsLocation, @Nullable String legacyXml) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
LegacyRepositoryConfigurationExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) LegacyVcsLocationConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition) @NotNull String
LegacyVcsLocationConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) protected Repository
LegacyVcsLocationConfigurator.getRepositoryInstance
(@Nullable VcsLocationDefinition vcsLocationDefinition) LegacyVcsLocationConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) @NotNull String
LegacyVcsLocationConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) LegacyVcsLocationConfigurator.getSharedCredentialsIds
(@NotNull VcsLocationDefinition vcsLocationDefinition) LegacyRepositoryConfigurationExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) void
LegacyVcsLocationConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
LegacyVcsLocationConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
LegacyVcsLocationConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) void
LegacyVcsLocationConfigurator.validateForConnectionTesting
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousDefinition, @NotNull ErrorCollection errorCollection) -
Uses of VcsLocationDefinition in com.atlassian.bamboo.vcs.configurator
Modifier and TypeMethodDescriptionVcsLocationConfigurator.generateConfigMap
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition) @NotNull String
VcsLocationConfigurator.getLocationIdentifier
(@NotNull VcsLocationDefinition vcsLocationDefinition) A string representing the location of the repository.VcsLocationConfigurator.getScmType
(@NotNull VcsLocationDefinition vcsLocationDefinition) Return the type of vcs system used by a repository.@NotNull String
VcsLocationConfigurator.getServerHost
(@NotNull VcsLocationDefinition vcsLocationDefinition) What's the repository server host.VcsLocationConfigurator.getSharedCredentialsIds
(@NotNull VcsLocationDefinition vcsLocationDefinition) Returns a list of shared credential ids used by a repository.void
VcsLocationConfigurator.populateContextForEdit
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
VcsLocationConfigurator.populateContextForView
(@NotNull Map<String, Object> context, @NotNull VcsLocationDefinition vcsLocationDefinition) void
VcsLocationConfigurator.validate
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) default void
VcsLocationConfigurator.validateForConnectionTesting
(@NotNull ActionParametersMap actionParametersMap, @Nullable VcsLocationDefinition previousVcsLocationDefinition, @NotNull ErrorCollection errorCollection) A method similar toVcsLocationConfigurator.validate(ActionParametersMap, VcsLocationDefinition, ErrorCollection)
used to validate repository configuration before connection testing. -
Uses of VcsLocationDefinition in com.atlassian.bamboo.vcs.export
Modifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter.appendLocationData
(@NotNull com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) NoOverridesVcsProjectRepositoryDataExporter.appendLocationData
(@NotNull NoOverridesVcsProjectRepositoryDataExporter.ProjectRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) NoOverridesVcsRepositoryDataExporter.appendLocationData
(NoOverridesVcsRepositoryDataExporter.LinkedGlobalRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) VcsRepositoryDataExporter.appendLocationData
(B builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext) Fill in the builder passed as the first argument with vcs server data.DefaultVcsRepositoryDataExporter.importLocationData
(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties properties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) NoOverridesVcsProjectRepositoryDataExporter.importLocationData
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) NoOverridesVcsRepositoryDataExporter.importLocationData
(com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) VcsRepositoryDataExporter.importLocationData
(P repositoryProperties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext) Extract vcs location configuration from properties object. -
Uses of VcsLocationDefinition in it.com.atlassian.bamboo.configuration.external.yaml.export
Modifier and TypeMethodDescription@NotNull VcsLocationDefinition
MockVcsRepositoryData.getVcsLocation()