Uses of Class
org.jvnet.hudson.test.HudsonTestCase.WebClient
-
Packages that use HudsonTestCase.WebClient Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins. -
-
Uses of HudsonTestCase.WebClient in org.jvnet.hudson.test
Methods in org.jvnet.hudson.test that return HudsonTestCase.WebClient Modifier and Type Method Description HudsonTestCase.WebClientHudsonTestCase. createWebClient()Deprecated.Create a web client instance using the browser version returned byBrowserVersion.getDefault()with support for the Fetch API.HudsonTestCase.WebClientHudsonTestCase.WebClient. login(String username)Logs in to Hudson, by using the user name as the password.HudsonTestCase.WebClientHudsonTestCase.WebClient. login(String username, String password)Logs in to Jenkins.
-