public class YamlExportVcsRepositoryHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
YamlExportVcsRepositoryHelper.AuthenticationVisitor |
Constructor and Description |
---|
YamlExportVcsRepositoryHelper() |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection |
changeDetectionFromYaml(MapNode config) |
static void |
fromYaml(MapNode node,
YamlExportVcsRepositoryHelper.AuthenticationVisitor visitor) |
static void |
toYaml(@NotNull Map<String,Object> config,
@NotNull com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties authenticationProperties) |
static void |
toYaml(@NotNull Map<String,Object> config,
@Nullable com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties vcsChangeDetection) |
public static void toYaml(@NotNull @NotNull Map<String,Object> config, @NotNull @NotNull com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties authenticationProperties)
public static void fromYaml(MapNode node, YamlExportVcsRepositoryHelper.AuthenticationVisitor visitor)
public static void toYaml(@NotNull @NotNull Map<String,Object> config, @Nullable @Nullable com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties vcsChangeDetection)
public static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection changeDetectionFromYaml(MapNode config)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.