Package jetbrains.buildServer.vcs
Interface RecurringChangesLoader
-
- All Known Implementing Classes:
VcsChangesLoader
public interface RecurringChangesLoaderCreated 25.08.13 15:57- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantryLoadChanges(LVcsRootInstance vcsRoot, ChangesLoaderContext context)Attempts to collect changes for VCS root if checking for changes is not yet started for this root.
-
-
-
Method Detail
-
tryLoadChanges
boolean tryLoadChanges(@NotNull LVcsRootInstance vcsRoot, @NotNull ChangesLoaderContext context) throws VcsExceptionAttempts to collect changes for VCS root if checking for changes is not yet started for this root. If another checking for changes process for this root already started, does nothing and returns false.- Parameters:
vcsRoot- VCS root to load changes forcontext- context- Returns:
- true if checking for changes was performed, and false otherwise
- Throws:
VcsException- if error occurred
-
-