@PublicApi public interface NoContextVcsWorkingCopyManager extends VcsWorkingCopyManager
CommonContext being provided.
Used during importing projects from Maven.
Should be able to be used agent-side.
| Modifier and Type | Method and Description |
|---|---|
@NotNull VcsWorkingCopy |
updateToLatestRevision(@NotNull VcsRepositoryData repositoryData,
@NotNull File targetPath)
Checkout or update a working copy to the latest revision.
|
default @NotNull VcsWorkingCopy |
updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData,
@NotNull File targetPath)
Checkout or update a working copy to the latest revision.
|
retrieveSourceCode, updateToLatestRevision@NotNull @NotNull VcsWorkingCopy updateToLatestRevision(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull File targetPath) throws RepositoryException
repositoryData - - configuration of a repository to checkout/updatetargetPath - - workings copy's path. Note that some legacy implementation may ignore this parameter. (see FixedDirectoryWorkingCopyManager)RepositoryException@NotNull default @NotNull VcsWorkingCopy updateToLatestRevisionForSpecs(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull File targetPath) throws RepositoryException
repositoryData - - configuration of a repository to checkout/updatetargetPath - - workings copy's path. Note that some legacy implementation may ignore this parameter. (see FixedDirectoryWorkingCopyManager)RepositoryExceptionCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.