org.jenkins.ci.plugins.jobimport
Class URLUtils

java.lang.Object
  extended by org.jenkins.ci.plugins.jobimport.URLUtils

public final class URLUtils
extends java.lang.Object

Since:
1.0
Author:
Jesse Farinacci

Method Summary
static java.lang.String fetchUrl(java.lang.String url)
           
static java.lang.String fetchUrl(java.net.URL url)
           
static void notNull(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fetchUrl

public static java.lang.String fetchUrl(java.lang.String url)
                                 throws java.net.MalformedURLException,
                                        java.io.IOException
Throws:
java.net.MalformedURLException
java.io.IOException

fetchUrl

public static java.lang.String fetchUrl(java.net.URL url)
                                 throws java.io.IOException
Throws:
java.io.IOException

notNull

public static void notNull(java.lang.Object object)


Copyright © 2004-2011. All Rights Reserved.