Package jetbrains.buildServer.vcs.impl
Class RevisionsNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.impl.RevisionsNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RevisionsNotFoundException extends RuntimeException
- Author:
- Pavel.Sher Date: 14.10.2008
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RevisionsNotFoundException(Map<SBuildType,List<VcsRootInstance>> buildTypesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SBuildType>
getBuildTypes()
Map<SBuildType,List<VcsRootInstance>>
getMissingRevisionsMap()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RevisionsNotFoundException
public RevisionsNotFoundException(@NotNull Map<SBuildType,List<VcsRootInstance>> buildTypesMap)
-
-
Method Detail
-
getBuildTypes
@NotNull public Collection<SBuildType> getBuildTypes()
-
getMissingRevisionsMap
@NotNull public Map<SBuildType,List<VcsRootInstance>> getMissingRevisionsMap()
-
-