|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| org.jvnet.hudson.test.GroovyHudsonTestCase
Use GroovyJenkinsRule instead. |
|
| org.jvnet.hudson.test.HudsonTestCase
New code should use JenkinsRule. |
|
| Deprecated Methods | |
|---|---|
| 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.) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||