| Class and Description |
|---|
| org.jvnet.hudson.test.GroovyHudsonTestCase
Use
GroovyJenkinsRule instead. |
| org.jvnet.hudson.test.HudsonTestCase
New code should use
JenkinsRule. |
| Field and Description |
|---|
| org.jvnet.hudson.test.JenkinsRule.hudson |
| org.jvnet.hudson.test.JenkinsRule.useLocalPluginManager |
| org.jvnet.hudson.test.HudsonTestCase.useLocalPluginManager |
| Method and Description |
|---|
| org.jvnet.hudson.test.JenkinsRule.createTmpDir()
Use
TemporaryFolder instead. |
| org.jvnet.hudson.test.JenkinsRule.WebClient.getPage(String)
This method expects a full URL. This method is marked as deprecated to warn you
that you probably should be using
JenkinsRule.WebClient.goTo(String) method, which accepts
a relative path within the Hudson being tested. (IOW, if you really need to hit
a website on the internet, there's nothing wrong with using this method.) |
| org.jvnet.hudson.test.HudsonTestCase.WebClient.getPage(String)
This method expects a full URL. This method is marked as deprecated to warn you
that you probably should be using
HudsonTestCase.WebClient.goTo(String) method, which accepts
a relative path within the Hudson being tested. (IOW, if you really need to hit
a website on the internet, there's nothing wrong with using this method.) |
Copyright © 2004-2014. All Rights Reserved.