@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 |
---|---|
VcsWorkingCopy |
updateToLatestRevision(VcsRepositoryData repositoryData,
File targetPath)
Checkout or update a working copy to the latest revision.
|
retrieveSourceCode, updateToLatestRevision
@NotNull VcsWorkingCopy updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @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
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.