Class SubversionPluginTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.test.acceptance.plugins.subversion.SubversionPluginTestException
- All Implemented Interfaces:
Serializable
Encapsulates the Exceptions thrown by the SVN plugin
- Author:
- Matthias Karl
- See Also:
-
Constructor Summary
ConstructorDescriptionSubversionPluginTestException
(String message) SubversionPluginTestException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
The URL to the credential page seems to be malformed.static void
throwMalformedURL
(Exception cause, String url) The URL to the credential page seems to be malformed.static void
Could not find the link to the credential page.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubversionPluginTestException
-
SubversionPluginTestException
-
-
Method Details
-
throwRepoMayNotBeProtected
Could not find the link to the credential page. The Repository may not be protected.- Parameters:
cause
- Exception e- Throws:
SubversionPluginTestException
- e
-
throwMalformedURL
public static void throwMalformedURL(Exception cause, String url) throws SubversionPluginTestException The URL to the credential page seems to be malformed.- Parameters:
cause
- Exception e- Throws:
SubversionPluginTestException
- s
-
throwCouldNotDeterminePopupWindow
The URL to the credential page seems to be malformed.- Throws:
SubversionPluginTestException
- s
-