public interface StatusProvidingVcsWorkingCopyManager extends VcsWorkingCopyManager
Modifier and Type | Method and Description |
---|---|
VcsWorkingCopy |
getWorkingCopyInfo(VcsRepositoryData repositoryData,
File checkoutPath)
Provide repository working copy information for the given checkout path.
|
retrieveSourceCode, updateToLatestRevision
@NotNull VcsWorkingCopy getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath) throws RepositoryException
repositoryData
- configuration of the repositorycheckoutPath
- path, where repository was checked outRepositoryException
- if any error occurs, or e.g. the path is not a valid checkout path for the
repositoryCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.