Uses of Class
jetbrains.buildServer.vcs.VcsRootVcsException
-
Packages that use VcsRootVcsException Package Description jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsRootVcsException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsRootVcsException Modifier and Type Method Description List<VcsRootVcsException>
ChangesLoaderContext. getReportedProblems()
Methods in jetbrains.buildServer.vcs with parameters of type VcsRootVcsException Modifier and Type Method Description void
VcsChangesLoaderCallback. reportCollectChangesProblem(VcsRootVcsException exception)
Used to report problems while collecting VCS sources. -
Uses of VcsRootVcsException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsRootVcsException Modifier and Type Method Description List<VcsRootVcsException>
BuildChangesLoaderContext. getReportedProblems()
List<VcsRootVcsException>
NarrowBuildTypesDecorator. getReportedProblems()
List<VcsRootVcsException>
PeriodicChangesLoaderContext. getReportedProblems()
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRootVcsException Modifier and Type Method Description void
BuildChangesLoaderContext. reportCollectChangesProblem(VcsRootVcsException exception)
void
PeriodicChangesLoaderContext. reportCollectChangesProblem(VcsRootVcsException exception)
Methods in jetbrains.buildServer.vcs.impl that throw VcsRootVcsException Modifier and Type Method Description RepositoryState
CurrentStateCache. getCurrentState(LVcsRootInstanceEx root, ChangesLoaderContext context)
Constructor parameters in jetbrains.buildServer.vcs.impl with type arguments of type VcsRootVcsException Constructor Description CurrentStateSnapshot(Map<LVcsRootInstance,RepositoryState> currentStates, List<VcsRootVcsException> problems)
-