public interface StatusProvidingVcsWorkingCopyManager extends VcsWorkingCopyManager
Modifier and Type | Method and Description |
---|---|
@NotNull VcsWorkingCopy |
getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData,
@NotNull File checkoutPath)
Provide repository working copy information for the given checkout path.
|
retrieveSourceCode, updateToLatestRevision
@NotNull @NotNull VcsWorkingCopy getWorkingCopyInfo(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.