Class VcsUrlValidator.MultiVcsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.vcs.VcsException
-
- jetbrains.buildServer.serverSide.discovery.VcsUrlValidator.MultiVcsException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VcsUrlValidator
public static class VcsUrlValidator.MultiVcsException extends VcsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiVcsException(List<Pair<VcsUrlValidator.VcsInfo,VcsException>> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Pair<VcsUrlValidator.VcsInfo,VcsException>>
getAllErrors()
-
Methods inherited from class jetbrains.buildServer.vcs.VcsException
isRecoverable, setRecoverable, setRoot
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultiVcsException
public MultiVcsException(@NotNull List<Pair<VcsUrlValidator.VcsInfo,VcsException>> errors)
-
-
Method Detail
-
getAllErrors
@NotNull public List<Pair<VcsUrlValidator.VcsInfo,VcsException>> getAllErrors()
-
-