| Package | Description |
|---|---|
| org.jvnet.hudson.test |
Test harness for Jenkins and its plugins.
|
| Modifier and Type | Method and Description |
|---|---|
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 Jenkins.
|
JenkinsRule.WebClient |
JenkinsRule.WebClient.login(String username,
String password,
boolean rememberMe)
Logs in to Jenkins.
|
Copyright © 2004-2014. All Rights Reserved.