Class YamlExportVcsRepositoryHelper

java.lang.Object
com.atlassian.bamboo.vcs.export.YamlExportVcsRepositoryHelper

public class YamlExportVcsRepositoryHelper extends Object
  • Constructor Details

    • YamlExportVcsRepositoryHelper

      public YamlExportVcsRepositoryHelper()
  • Method Details

    • 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)