public class GitHubConfigurationExporter extends Object implements VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
YAML_TYPE
Constructor and Description |
---|
GitHubConfigurationExporter() |
Modifier and Type | Method and Description |
---|---|
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendBranchData(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
@NotNull VcsBranchDefinition vcsBranchDefinition)
Fill in the builder passed as the first argument with vcs branch data.
|
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
@NotNull VcsBranchDetectionOptions branchDetectionOptions)
Fill in the builder passed as the first argument with branch detection configuration.
|
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder,
@NotNull VcsChangeDetectionOptions changeDetectionOptions)
Fill in the builder passed as the first argument with change detection configuration.
|
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
appendLocationData(@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository 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.github.GitHubRepository |
fromYaml(@NotNull String name,
@NotNull Node node,
@NotNull TaskValidationContext validationContext) |
@NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository |
getEntityPropertiesBuilder(@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.github.GitHubRepositoryProperties repositoryProperties,
@Nullable VcsBranchDefinition existingData)
Extract branch configuration from properties object.
|
@Nullable Map<String,String> |
importBranchDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
@Nullable VcsBranchDetectionOptions existingData)
Extract branch detection configuration from properties object.
|
@Nullable Map<String,String> |
importChangeDetectionOptions(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
@Nullable VcsChangeDetectionOptions existingData)
Extract change detection configuration from properties object.
|
@Nullable Map<String,String> |
importLocationData(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties,
@Nullable VcsLocationDefinition existingData,
@NotNull VcsRepositoryContext repositoryContext)
Extract vcs location configuration from properties object.
|
@Nullable Node |
toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendLocationData, importBambooSpecsDetectionOptions, importLocationData
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository getEntityPropertiesBuilder(@NotNull @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 @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendLocationData(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull @NotNull VcsLocationDefinition vcsLocationDefinition, @NotNull @NotNull VcsRepositoryContext repositoryContext)
VcsRepositoryDataExporter
appendLocationData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@NotNull public @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendBranchData(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull @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 @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendChangeDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull @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 @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository appendBranchDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository builder, @NotNull @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 @Nullable Map<String,String> importLocationData(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable @Nullable VcsLocationDefinition existingData, @NotNull @NotNull VcsRepositoryContext repositoryContext)
VcsRepositoryDataExporter
importLocationData
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public @Nullable Map<String,String> importBranchData(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable @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 @Nullable Map<String,String> importChangeDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable @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 @Nullable Map<String,String> importBranchDetectionOptions(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repositoryProperties, @Nullable @Nullable VcsBranchDetectionOptions existingData)
VcsRepositoryDataExporter
importBranchDetectionOptions
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
@Nullable public @Nullable Node toYaml(@NotNull @NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repo) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
toYaml
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
@Nullable public @Nullable com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository fromYaml(@NotNull @NotNull String name, @NotNull @NotNull Node node, @NotNull @NotNull TaskValidationContext validationContext) throws YamlSpecsValidationException
fromYaml
in interface VcsRepositoryDataExporter<com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository,com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties>
YamlSpecsValidationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.