Class YamlExportVcsRepositoryHelper


  • public class YamlExportVcsRepositoryHelper
    extends Object
    • Constructor Detail

      • YamlExportVcsRepositoryHelper

        public YamlExportVcsRepositoryHelper()
    • Method Detail

      • toYaml

        public static void toYaml​(@NotNull
                                  @NotNull Map<String,​Object> config,
                                  @NotNull
                                  @NotNull com.atlassian.bamboo.specs.model.repository.git.AuthenticationProperties authenticationProperties)
      • 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)