Class RepositoryConfigHelper
java.lang.Object
com.atlassian.bamboo.build.creation.RepositoryConfigHelper
Deprecated.
since 5.14 new repositories will not have this nonsense
-
Method Summary
Modifier and TypeMethodDescriptiongetRepositoriesForWorkingDirSelection
(@NotNull ImmutableJob job, @NotNull VcsRepositoryManager vcsRepositoryManager) Deprecated.Scans checkout tasks for repositories that define their source directory.
-
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:
-