Package hudson.scm.subversion
Class SvnHelper
java.lang.Object
hudson.scm.subversion.SvnHelper
Provides various helper methods.
- Author:
- kutzi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getUrlWithoutRevision
(String remoteUrlPossiblyWithRevision) Cuts off any optional '@revisionnr' and slashes from the end of the url string.
-
Constructor Details
-
SvnHelper
public SvnHelper()
-
-
Method Details
-
getUrlWithoutRevision
Cuts off any optional '@revisionnr' and slashes from the end of the url string.
-