public class GitHubConfigurationExporter extends Object implements VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
Constructor and Description |
---|
GitHubConfigurationExporter() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendBranchData(com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
VcsBranchDefinition vcsBranchDefinition)
Fill in the builder passed as the first argument with vcs branch data.
|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendBranchDetectionOptions(com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
VcsBranchDetectionOptions branchDetectionOptions)
Fill in the builder passed as the first argument with branch detection configuration.
|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendChangeDetectionOptions(com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
VcsChangeDetectionOptions changeDetectionOptions)
Fill in the builder passed as the first argument with change detection configuration.
|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendLocationData(com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
VcsLocationDefinition vcsLocationDefinition)
Fill in the builder passed as the first argument with vcs server data.
|
com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
getEntityPropertiesBuilder(VcsRepositoryData repositoryData)
Create empty instance of a properties builder appropriate for the exported repository data.
|
Map<String,String> |
importBranchData(com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
VcsBranchDefinition existingData)
Extract branch configuration from properties object.
|
Map<String,String> |
importBranchDetectionOptions(com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
VcsBranchDetectionOptions existingData)
Extract branch detection configuration from properties object.
|
Map<String,String> |
importChangeDetectionOptions(com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
VcsChangeDetectionOptions existingData)
Extract change detection configuration from properties object.
|
Map<String,String> |
importLocationData(com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
VcsLocationDefinition existingData)
Extract vcs location configuration from properties object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
importBambooSpecsDetectionOptions
@NotNull public com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository getEntityPropertiesBuilder(@NotNull VcsRepositoryData repositoryData)
VcsRepositoryDataExporter
getEntityPropertiesBuilder
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@NotNull public com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendLocationData(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsLocationDefinition vcsLocationDefinition)
VcsRepositoryDataExporter
appendLocationData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@NotNull public com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendBranchData(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsBranchDefinition vcsBranchDefinition)
VcsRepositoryDataExporter
appendBranchData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@NotNull public com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsChangeDetectionOptions changeDetectionOptions)
VcsRepositoryDataExporter
appendChangeDetectionOptions
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@NotNull public com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull VcsBranchDetectionOptions branchDetectionOptions)
VcsRepositoryDataExporter
appendBranchDetectionOptions
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public Map<String,String> importLocationData(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsLocationDefinition existingData)
VcsRepositoryDataExporter
importLocationData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public Map<String,String> importBranchData(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsBranchDefinition existingData)
VcsRepositoryDataExporter
importBranchData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public Map<String,String> importChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsChangeDetectionOptions existingData)
VcsRepositoryDataExporter
importChangeDetectionOptions
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public Map<String,String> importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable VcsBranchDetectionOptions existingData)
VcsRepositoryDataExporter
importBranchDetectionOptions
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.