Package jetbrains.buildServer.vcs.impl
Class CurrentStateSnapshot
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.CurrentStateSnapshot
-
public class CurrentStateSnapshot extends Object
-
-
Constructor Summary
Constructors Constructor Description CurrentStateSnapshot(Map<LVcsRootInstance,RepositoryState> currentStates, List<VcsRootVcsException> problems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryState
getCurrentState(LVcsRootInstance root)
boolean
hasError(LVcsRootInstance root)
boolean
hasProblem(LVcsRootInstance root)
-
-
-
Constructor Detail
-
CurrentStateSnapshot
public CurrentStateSnapshot(@NotNull Map<LVcsRootInstance,RepositoryState> currentStates, @NotNull List<VcsRootVcsException> problems)
-
-
Method Detail
-
hasProblem
public boolean hasProblem(@NotNull LVcsRootInstance root)
-
hasError
public boolean hasError(@NotNull LVcsRootInstance root)
-
getCurrentState
@Nullable public RepositoryState getCurrentState(@NotNull LVcsRootInstance root)
-
-