public interface CoreRepositoryService extends VcsService, VcsRemoteService
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCheckoutProperties(boolean serverSideCheckout)
Must return a map of vcs root properties significant for checkout operation.
|
java.lang.String |
getVersionDisplayName(java.lang.String version) |
@NotNull @VcsCacheable java.lang.String getVersionDisplayName(@NotNull java.lang.String version) throws VcsException
VcsException@NotNull
java.util.Map<java.lang.String,java.lang.String> getCheckoutProperties(boolean serverSideCheckout)
throws VcsException
serverSideCheckout - if true, the properties are calculated for server-side checkout (there could be different properties for agent-side checkout and server-side checkout operations)VcsException - if properties cannot be calculated
see jetbrains.buildServer.vcs.VcsSupportConfig#getCheckoutProperties(jetbrains.buildServer.vcs.VcsRoot)
see jetbrains.buildServer.vcs.VcsSupportConfig#getServerCheckoutProperties(jetbrains.buildServer.vcs.VcsRoot)