org.jvnet.hudson.test
Class HudsonTestCase.WebClient

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.WebClient
      extended by org.jvnet.hudson.test.HudsonTestCase.WebClient
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HudsonTestCase

public class HudsonTestCase.WebClient
extends com.gargoylesoftware.htmlunit.WebClient

Extends WebClient and provide convenience methods for accessing Hudson.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.gargoylesoftware.htmlunit.WebClient
HTMLUNIT_COOKIE_POLICY, URL_ABOUT_BLANK
 
Constructor Summary
HudsonTestCase.WebClient()
           
 
Method Summary
 com.gargoylesoftware.htmlunit.html.HtmlPage getPage(Item item)
           
 
Methods inherited from class com.gargoylesoftware.htmlunit.WebClient
addHostsToProxyBypass, addRequestHeader, addWebWindowListener, deregisterWebWindow, encodeUrl, expandUrl, getActiveXObjectMap, getAjaxController, getAlertHandler, getAttachmentHandler, getBrowserVersion, getCache, getConfirmHandler, getCredentialsProvider, getCurrentWindow, getHomePage, getHTMLParserListener, getIgnoreOutsideContent, getIncorrectnessListener, getJavaScriptEngine, getJavaScriptTimeout, getLog, getOnbeforeunloadHandler, getPage, getPage, getPage, getPage, getPage, getPageCreator, getPrintContentOnFailingStatusCode, getPromptHandler, getProxyConfig, getRefreshHandler, getScriptPreProcessor, getStatusHandler, getTimeout, getWebConnection, getWebWindowByName, getWebWindows, guessContentType, initialize, initialize, initializeEmptyWindow, isCookiesEnabled, isCssEnabled, isJavaScriptEnabled, isPopupBlockerEnabled, isRedirectEnabled, isThrowExceptionOnFailingStatusCode, isThrowExceptionOnScriptError, loadWebResponse, loadWebResponseInto, openWindow, openWindow, popFirstWindow, printContentIfNecessary, pushClearFirstWindow, registerWebWindow, removeHostsFromProxyBypass, removeRequestHeader, removeWebWindowListener, setActiveXObjectMap, setAjaxController, setAlertHandler, setAttachmentHandler, setCache, setConfirmHandler, setCookiesEnabled, setCredentialsProvider, setCssEnabled, setCurrentWindow, setHomePage, setHTMLParserListener, setIgnoreOutsideContent, setIncorrectnessListener, setJavaScriptEnabled, setJavaScriptEngine, setJavaScriptTimeout, setOnbeforeunloadHandler, setPageCreator, setPopupBlockerEnabled, setPrintContentOnFailingStatusCode, setPromptHandler, setProxyConfig, setProxyHost, setProxyPort, setRedirectEnabled, setRefreshHandler, setScriptPreProcessor, setStatusHandler, setThrowExceptionOnFailingStatusCode, setThrowExceptionOnScriptError, setTimeout, setUseInsecureSSL, setWebConnection, throwFailingHttpStatusCodeExceptionIfNecessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonTestCase.WebClient

public HudsonTestCase.WebClient()
Method Detail

getPage

public com.gargoylesoftware.htmlunit.html.HtmlPage getPage(Item item)
                                                    throws java.io.IOException,
                                                           org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2008. All Rights Reserved.