Class BitbucketCloudImporterExporter
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.export.BitbucketCloudImporterExporter
-
- All Implemented Interfaces:
VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
public class BitbucketCloudImporterExporter extends Object implements VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.vcs.export.VcsRepositoryDataExporter
YAML_TYPE
-
-
Constructor Summary
Constructors Constructor Description BitbucketCloudImporterExporter(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryappendBranchData(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)Fill in the builder passed as the first argument with vcs branch data.@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryappendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions)Fill in the builder passed as the first argument with branch detection configuration.@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryappendChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions)Fill in the builder passed as the first argument with change detection configuration.@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryappendLocationData(@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull VcsRepositoryContext repositoryContext)Fill in the builder passed as the first argument with vcs server data.@Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryfromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)@NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositorygetEntityPropertiesBuilder(@NotNull VcsRepositoryData repositoryData)Create empty instance of a properties builder appropriate for the exported repository data.@Nullable Map<String,String>importBranchData(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData)Extract branch configuration from properties object.@Nullable Map<String,String>importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData)Extract branch detection configuration from properties object.@Nullable Map<String,String>importChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData)Extract change detection configuration from properties object.@Nullable Map<String,String>importLocationData(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties properties, @Nullable VcsLocationDefinition existingData, @NotNull VcsRepositoryContext repositoryContext)Extract vcs location configuration from properties object.@Nullable NodetoYaml(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repo)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.vcs.export.VcsRepositoryDataExporter
appendLocationData, importBambooSpecsDetectionOptions, importLocationData
-
-
-
-
Constructor Detail
-
BitbucketCloudImporterExporter
@Autowired public BitbucketCloudImporterExporter(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager)
-
-
Method Detail
-
getEntityPropertiesBuilder
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository getEntityPropertiesBuilder(@NotNull @NotNull VcsRepositoryData repositoryData)Description copied from interface:VcsRepositoryDataExporterCreate empty instance of a properties builder appropriate for the exported repository data.- Specified by:
getEntityPropertiesBuilderin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Returns:
- instance of a builder
-
appendLocationData
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository appendLocationData(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull @NotNull VcsRepositoryContext repositoryContext)Description copied from interface:VcsRepositoryDataExporterFill in the builder passed as the first argument with vcs server data.- Specified by:
appendLocationDatain interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
-
appendBranchData
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository appendBranchData(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull @NotNull VcsBranchDefinition vcsBranchDefinition)Description copied from interface:VcsRepositoryDataExporterFill in the builder passed as the first argument with vcs branch data. Return the first argument if not applicable.- Specified by:
appendBranchDatain interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
-
appendChangeDetectionOptions
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository appendChangeDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull @NotNull VcsChangeDetectionOptions changeDetectionOptions)Description copied from interface:VcsRepositoryDataExporterFill in the builder passed as the first argument with change detection configuration. Return the first argument if not applicable.- Specified by:
appendChangeDetectionOptionsin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
-
appendBranchDetectionOptions
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository appendBranchDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository builder, @NotNull @NotNull VcsBranchDetectionOptions branchDetectionOptions)Description copied from interface:VcsRepositoryDataExporterFill in the builder passed as the first argument with branch detection configuration. Return the first argument if not applicable.- Specified by:
appendBranchDetectionOptionsin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>
-
importLocationData
@Nullable public @Nullable Map<String,String> importLocationData(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties properties, @Nullable @Nullable VcsLocationDefinition existingData, @NotNull @NotNull VcsRepositoryContext repositoryContext)
Description copied from interface:VcsRepositoryDataExporterExtract vcs location configuration from properties object. Should return null if respective data is undefined in properties object. If data is returned, it should be validated for correctness and completeness.- Specified by:
importLocationDatain interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Returns:
-
importBranchData
@Nullable public @Nullable Map<String,String> importBranchData(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable @Nullable VcsBranchDefinition existingData)
Description copied from interface:VcsRepositoryDataExporterExtract branch configuration from properties object. Should return null if respective data is undefined in properties object. If data is returned, it should be validated for correctness and completeness.- Specified by:
importBranchDatain interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Returns:
-
importChangeDetectionOptions
@Nullable public @Nullable Map<String,String> importChangeDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable @Nullable VcsChangeDetectionOptions existingData)
Description copied from interface:VcsRepositoryDataExporterExtract change detection configuration from properties object. Should return null if respective data is undefined in properties object. If data is returned, it should be validated for correctness and completeness.- Specified by:
importChangeDetectionOptionsin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Returns:
-
importBranchDetectionOptions
@Nullable public @Nullable Map<String,String> importBranchDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repositoryProperties, @Nullable @Nullable VcsBranchDetectionOptions existingData)
Description copied from interface:VcsRepositoryDataExporterExtract branch detection configuration from properties object. Should return null if respective data is undefined in properties object. If data is returned, it should be validated for correctness and completeness.- Specified by:
importBranchDetectionOptionsin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Returns:
-
toYaml
@Nullable public @Nullable Node toYaml(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repo) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
- Specified by:
toYamlin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
fromYaml
@Nullable public @Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository fromYaml(@NotNull @NotNull String name, @NotNull @NotNull Node node, @NotNull @NotNull TaskValidationContext validationContext) throws YamlSpecsValidationException- Specified by:
fromYamlin interfaceVcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository,com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties>- Throws:
YamlSpecsValidationException
-
-