Class RepositoryConfigHelper

java.lang.Object
com.atlassian.bamboo.build.creation.RepositoryConfigHelper

@Internal @Deprecated public class RepositoryConfigHelper extends Object
Deprecated.
since 5.14 new repositories will not have this nonsense
  • Method Details

    • getRepositoriesForWorkingDirSelection

      public static Map<Long,String> getRepositoriesForWorkingDirSelection(@NotNull @NotNull ImmutableJob job, @NotNull @NotNull VcsRepositoryManager vcsRepositoryManager)
      Deprecated.
      Scans checkout tasks for repositories that define their source directory. If there's at least one such repository and it's not the only repository used in Job it returns map containing possible settings of Job's or Task's working directory root.
      Parameters:
      job -
      Returns: