Class CentralConfigsRepositoryUtils
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.configsRepo.CentralConfigsRepositoryUtils
-
public class CentralConfigsRepositoryUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROJECT_CONFIGURATION_COMMITTED
-
Constructor Summary
Constructors Constructor Description CentralConfigsRepositoryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pair<VcsSupportContext,VcsRoot>
findContextWithRoot(VcsUrl vcsUrl, VcsRegistryEx vcsContextLocator)
static File
getCentralConfigsRepositoryCheckoutDir(ServerPaths serverPaths)
static Path
getCentralConfigsRepositoryPluginData(ServerPaths serverPaths)
static RepositoryInitializingExtension
getRepositoryExtension(ExtensionsProvider extensionsProvider)
static File
getSelfHostedCetralRepositoryDirectory(ServerPaths serverPaths)
static VcsUrl
getVcsUrl(ServerPaths serverPaths)
static void
initializeReadingEnabled()
static boolean
isLoadingFromCentralRepositoryEnabled()
-
-
-
Field Detail
-
PROJECT_CONFIGURATION_COMMITTED
public static final String PROJECT_CONFIGURATION_COMMITTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
findContextWithRoot
@Nullable public static Pair<VcsSupportContext,VcsRoot> findContextWithRoot(VcsUrl vcsUrl, VcsRegistryEx vcsContextLocator) throws VcsException
- Throws:
VcsException
-
isLoadingFromCentralRepositoryEnabled
public static boolean isLoadingFromCentralRepositoryEnabled()
-
getVcsUrl
@NotNull public static VcsUrl getVcsUrl(ServerPaths serverPaths)
-
getCentralConfigsRepositoryCheckoutDir
@NotNull public static File getCentralConfigsRepositoryCheckoutDir(ServerPaths serverPaths)
-
getSelfHostedCetralRepositoryDirectory
@NotNull public static File getSelfHostedCetralRepositoryDirectory(ServerPaths serverPaths)
-
getCentralConfigsRepositoryPluginData
@NotNull public static Path getCentralConfigsRepositoryPluginData(ServerPaths serverPaths)
-
initializeReadingEnabled
public static void initializeReadingEnabled()
-
getRepositoryExtension
public static RepositoryInitializingExtension getRepositoryExtension(ExtensionsProvider extensionsProvider)
-
-