Package jetbrains.buildServer.vcs.impl
Class VcsChangesStatesCollector
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsChangesStatesCollector
-
public class VcsChangesStatesCollector extends Object
Created 25.08.13 16:12- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEAMCITY_VCS_CANCEL_CHECK_INTERVAL_MS
-
Constructor Summary
Constructors Constructor Description VcsChangesStatesCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentStateSnapshot
getCurrentStateSnapshot(ExecService exec, Collection<LVcsRootInstance> roots, ChangesLoaderContext context)
void
setProgressRunner(VcsOperationProgressRunner progressRunner)
void
setVcsStatusProvider(LVcsStatusLogger vcsStatusLogger)
-
-
-
Field Detail
-
TEAMCITY_VCS_CANCEL_CHECK_INTERVAL_MS
public static final String TEAMCITY_VCS_CANCEL_CHECK_INTERVAL_MS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setVcsStatusProvider
public void setVcsStatusProvider(@NotNull LVcsStatusLogger vcsStatusLogger)
-
setProgressRunner
public void setProgressRunner(@NotNull VcsOperationProgressRunner progressRunner)
-
getCurrentStateSnapshot
@NotNull public CurrentStateSnapshot getCurrentStateSnapshot(@NotNull ExecService exec, @NotNull Collection<LVcsRootInstance> roots, @NotNull ChangesLoaderContext context) throws VcsException
- Throws:
VcsException
-
-