Class BootstrapStringUtils

java.lang.Object
com.atlassian.bamboo.agent.bootstrap.BootstrapStringUtils

public class BootstrapStringUtils extends Object
  • Constructor Details

    • BootstrapStringUtils

      public BootstrapStringUtils()
  • Method Details

    • substringAfterLast

      public static String substringAfterLast(String str, String separator)
    • substringBeforeLast

      public static String substringBeforeLast(String str, String separator)
    • encodeForUrl

      public static String encodeForUrl(String string)
      Escapes strings with URL percent encoding.