hudson.scm.subversion
Class SvnHelper

java.lang.Object
  extended by hudson.scm.subversion.SvnHelper

public class SvnHelper
extends Object

Provides various helper methods.

Author:
kutzi

Constructor Summary
SvnHelper()
           
 
Method Summary
static String getUrlWithoutRevision(String remoteUrlPossiblyWithRevision)
          Cuts off any optional '@revisionnr' from the end of the url string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnHelper

public SvnHelper()
Method Detail

getUrlWithoutRevision

public static String getUrlWithoutRevision(String remoteUrlPossiblyWithRevision)
Cuts off any optional '@revisionnr' from the end of the url string.



Copyright © 2004-2013. All Rights Reserved.