Uses of Class
org.jvnet.hudson.test.JenkinsRule.WebClient

Packages that use JenkinsRule.WebClient
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of JenkinsRule.WebClient in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return JenkinsRule.WebClient
 JenkinsRule.WebClient JenkinsRule.createWebClient()
          This is to assist Groovy test clients who are incapable of instantiating the inner classes properly.
 JenkinsRule.WebClient JenkinsRule.WebClient.login(String username)
          Logs in to Hudson, by using the user name as the password.
 JenkinsRule.WebClient JenkinsRule.WebClient.login(String username, String password)
          Logs in to Hudson.
 



Copyright © 2004-2013. All Rights Reserved.