Package com.atlassian.bamboo.vcs.export
Class YamlExportVcsRepositoryHelper
- java.lang.Object
-
- com.atlassian.bamboo.vcs.export.YamlExportVcsRepositoryHelper
-
public class YamlExportVcsRepositoryHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceYamlExportVcsRepositoryHelper.AuthenticationVisitor
-
Constructor Summary
Constructors Constructor Description YamlExportVcsRepositoryHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetectionchangeDetectionFromYaml(MapNode config)static voidfromYaml(MapNode node, YamlExportVcsRepositoryHelper.AuthenticationVisitor visitor)static voidtoYaml(@NotNull Map<String,Object> config, @NotNull com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties authenticationProperties)static voidtoYaml(@NotNull Map<String,Object> config, @Nullable com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties vcsChangeDetection)
-
-
-
Method Detail
-
toYaml
public static void toYaml(@NotNull @NotNull Map<String,Object> config, @NotNull @NotNull com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties authenticationProperties)
-
fromYaml
public static void fromYaml(MapNode node, YamlExportVcsRepositoryHelper.AuthenticationVisitor visitor)
-
toYaml
public static void toYaml(@NotNull @NotNull Map<String,Object> config, @Nullable @Nullable com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties vcsChangeDetection)
-
changeDetectionFromYaml
public static com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection changeDetectionFromYaml(MapNode config)
-
-