All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static java.util.List<VcsFileRevision> |
collect(AbstractVcs vcs,
FilePath filePath,
VcsRevisionNumber revision) |
static boolean |
collectFromCache(AbstractVcs vcs,
FilePath filePath,
VcsHistorySessionConsumer partner) |
static void |
collectInBackground(AbstractVcs vcs,
FilePath filePath,
VcsBackgroundableActions actionKey,
Consumer<? super VcsHistorySession> consumer) |
static void |
collectInBackground(AbstractVcs vcs,
FilePath filePath,
VcsHistorySessionConsumer partner,
boolean canUseCache) |
static void |
collectInBackground(AbstractVcs vcs,
FilePath filePath,
VcsRevisionNumber startRevisionNumber,
VcsHistorySessionConsumer partner) |
static VcsHistorySession |
collectSession(AbstractVcs vcs,
FilePath filePath,
VcsRevisionNumber revision) |
static BackgroundableActionLock |
getHistoryLock(AbstractVcs vcs,
VcsBackgroundableActions actionKey,
FilePath filePath,
VcsRevisionNumber startRevisionNumber) |
static BackgroundableActionLock |
getHistorySessionLock(AbstractVcs vcs,
FilePath filePath,
VcsRevisionNumber startRevisionNumber) |