A B C D E F G H I J K L M N O P R S T U V W 

A

abort() - Method in class org.jvnet.hudson.test.SequenceLock
Tell all the threads that this sequencing was aborted.
add(UUID, Runnable) - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
add(I, String) - Method in class org.jvnet.hudson.test.MockFolder
 
addChange() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM
 
addCrumb(WebRequestSettings) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Adds a security crumb to the quest
addCrumb(WebRequestSettings) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Adds a security crumb to the quest
addFile(ExtractChangeLogParser.FileInZip) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
addFiles(Collection<ExtractChangeLogParser.FileInZip>) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
addGroups(String, String...) - Method in class org.jvnet.hudson.test.JenkinsRule.DummySecurityRealm
Associate some groups with a username.
addView(View) - Method in class org.jvnet.hudson.test.MockFolder
 
after() - Method in class org.jvnet.hudson.test.JenkinsRule
Override to tear down your specific external resource.
allocate() - Method in interface org.jvnet.hudson.test.HudsonHomeLoader
Returns a directory to be used as JENKINS_HOME
allocate() - Method in class org.jvnet.hudson.test.HudsonHomeLoader.CopyExisting
 
allocate() - Method in class org.jvnet.hudson.test.HudsonHomeLoader.Local
 
allocate() - Method in class org.jvnet.hudson.test.TemporaryDirectoryAllocator
Allocates a new empty temporary directory and returns it.
apply(Statement, FrameworkMethod, Object) - Method in class org.jvnet.hudson.test.JenkinsRule
Backward compatibility with JUnit 4.8.
apply(Statement, Description) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertAllImageLoadSuccessfully(HtmlPage) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Makes sure that all the images in the page loads successfully.
assertAllImageLoadSuccessfully(HtmlPage) - Method in class org.jvnet.hudson.test.JenkinsRule
Makes sure that all the images in the page loads successfully.
assertBuildStatus(Result, R) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that the outcome of the build is a specific outcome.
assertBuildStatus(Result, R) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that the outcome of the build is a specific outcome.
assertBuildStatusSuccess(R) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertBuildStatusSuccess(Future<? extends R>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertBuildStatusSuccess(R) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertBuildStatusSuccess(Future<? extends R>) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertEqualBeans(Object, Object, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that two JavaBeans are equal as far as the given list of properties are concerned.
assertEqualBeans(Object, Object, String) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that two JavaBeans are equal as far as the given list of properties are concerned.
assertEqualDataBoundBeans(Object, Object) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Works like HudsonTestCase.assertEqualBeans(Object, Object, String) but figure out the properties via DataBoundConstructor
assertEqualDataBoundBeans(List<?>, List<?>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Makes sure that two collections are identical via HudsonTestCase.assertEqualDataBoundBeans(Object, Object)
assertEqualDataBoundBeans(Object, Object) - Method in class org.jvnet.hudson.test.JenkinsRule
Works like JenkinsRule.assertEqualBeans(Object, Object, String) but figure out the properties via DataBoundConstructor
assertEqualDataBoundBeans(List<?>, List<?>) - Method in class org.jvnet.hudson.test.JenkinsRule
Makes sure that two collections are identical via JenkinsRule.assertEqualDataBoundBeans(Object, Object)
assertFails(String, int) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Verify that the server rejects an attempt to load the given page.
assertFails(String, int) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Verify that the server rejects an attempt to load the given page.
assertGC(WeakReference<?>) - Static method in class org.jvnet.hudson.test.MemoryAssert
Forces GC by causing an OOM and then verifies the given WeakReference has been garbage collected.
assertGoodStatus(Page) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Assert that the specified page can be served with a "good" HTTP status, eg, the page is not missing and can be served without a server error
assertGoodStatus(Page) - Method in class org.jvnet.hudson.test.JenkinsRule
Assert that the specifed page can be served with a "good" HTTP status, eg, the page is not missing and can be served without a server error
assertHeapUsage(Object, int) - Static method in class org.jvnet.hudson.test.MemoryAssert
Verifies that an object and its transitive reference graph occupy at most a predetermined amount of memory.
assertHelpExists(Class<? extends Describable>, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that help files exist for the specified properties of the given instance.
assertHelpExists(Class<? extends Describable>, String) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that help files exist for the specified properties of the given instance.
assertLogContains(String, Run) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that the console output of the build contains the given substring.
assertLogContains(String, Run) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that the console output of the build contains the given substring.
assertLogNotContains(String, Run) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that the console output of the build does not contain the given substring.
assertLogNotContains(String, Run) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that the console output of the build does not contain the given substring.
assertMaxLoads(AbstractProject<?, ?>, int, Callable<T>) - Static method in class org.jvnet.hudson.test.RunLoadCounter
Asserts that at most a certain number of build records are loaded as a result of some task.
assertStringContains(String, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertStringContains(String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertStringContains(String, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertStringContains(String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertXPath(HtmlPage, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that the XPath matches.
assertXPath(DomNode, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Asserts that the XPath matches the contents of a DomNode page.
assertXPath(HtmlPage, String) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that the XPath matches.
assertXPath(DomNode, String) - Method in class org.jvnet.hudson.test.JenkinsRule
Asserts that the XPath matches the contents of a DomNode page.
assertXPathResultsContainText(DomNode, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertXPathResultsContainText(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertXPathValue(DomNode, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertXPathValue(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertXPathValueContains(DomNode, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
assertXPathValueContains(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
authenticate(String, String) - Method in class org.jvnet.hudson.test.JenkinsRule.DummySecurityRealm
 
authorizedTo(Permission...) - Method in class hudson.cli.CLICommandInvoker
 

B

before() - Method in class org.jvnet.hudson.test.JenkinsRule
Override to set up your specific external resource.
build(File, boolean) - Static method in class org.jvnet.hudson.test.JellyTestSuiteBuilder
Given a jar file or a class file directory, recursively search all the Jelly files and build a TestSuite that performs static syntax checks.
build(Map<String, ?>) - Static method in class org.jvnet.hudson.test.PluginAutomaticTestBuilder
 
buildAndAssertSuccess(J) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
buildAndAssertSuccess(FreeStyleProject) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Avoids need for cumbersome this.<J,R>buildAndAssertSuccess(...) type hints under JDK 7 javac (and supposedly also IntelliJ).
buildAndAssertSuccess(MavenModuleSet) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
buildAndAssertSuccess(MavenModule) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
buildAndAssertSuccess(J) - Method in class org.jvnet.hudson.test.JenkinsRule
 
buildAndAssertSuccess(FreeStyleProject) - Method in class org.jvnet.hudson.test.JenkinsRule
Avoids need for cumbersome this.<J,R>buildAndAssertSuccess(...) type hints under JDK 7 javac (and supposedly also IntelliJ).
buildAndAssertSuccess(MavenModuleSet) - Method in class org.jvnet.hudson.test.JenkinsRule
 
buildAndAssertSuccess(MavenModule) - Method in class org.jvnet.hudson.test.JenkinsRule
 
builder(Closure) - Method in class org.jvnet.hudson.test.GroovyHudsonTestCase
Deprecated.
Wraps a closure as a Builder.
builder(Closure) - Method in class org.jvnet.hudson.test.GroovyJenkinsRule
Wraps a closure as a Builder.
buildResultInTearDown - Variable in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
Deprecated.
 
buildResultInTearDown - Variable in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper
 
byteSize - Variable in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 

C

CallStackFrame - Class in org.jvnet.hudson.test.rhino
Stack frame.
CallStackFrame(JavaScriptDebugger, DebuggableScript) - Constructor for class org.jvnet.hudson.test.rhino.CallStackFrame
 
canAdd(TopLevelItem) - Method in class org.jvnet.hudson.test.MockFolder
 
canDelete(View) - Method in class org.jvnet.hudson.test.MockFolder
 
CaptureEnvironmentBuilder - Class in org.jvnet.hudson.test
Builder that captures the environment variables used during a build.
CaptureEnvironmentBuilder() - Constructor for class org.jvnet.hudson.test.CaptureEnvironmentBuilder
 
CaptureEnvironmentBuilder.DescriptorImpl - Class in org.jvnet.hudson.test
 
CaptureEnvironmentBuilder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.CaptureEnvironmentBuilder.DescriptorImpl
 
causedBy(Class<? extends Throwable>) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
ChannelShutdownListener - Class in org.jvnet.hudson.test
Runs at the end of the test to cleanup any live channels.
ChannelShutdownListener() - Constructor for class org.jvnet.hudson.test.ChannelShutdownListener
 
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class org.jvnet.hudson.test.ExtractResourceSCM
 
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class org.jvnet.hudson.test.FakeChangeLogSCM
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class org.jvnet.hudson.test.SingleFileSCM
 
className - Variable in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 
CLICommandInvoker - Class in hudson.cli
Helper class to invoke CLICommand and check the response.
CLICommandInvoker(JenkinsRule, CLICommand) - Constructor for class hudson.cli.CLICommandInvoker
 
CLICommandInvoker(JenkinsRule, String) - Constructor for class hudson.cli.CLICommandInvoker
 
CLICommandInvoker.Matcher - Class in hudson.cli
 
CLICommandInvoker.Result - Class in hudson.cli
 
ClosureExecuterAction - Class in org.jvnet.hudson.test
Server-side logic that implements HudsonTestCase.executeOnServer(Callable).
ClosureExecuterAction() - Constructor for class org.jvnet.hudson.test.ClosureExecuterAction
 
compareTo(MemoryAssert.HistogramElement) - Method in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 
ComputerConnectorTester - Class in org.jvnet.hudson.test
Test bed to verify the configuration roundtripness of the ComputerConnector.
ComputerConnectorTester(HudsonTestCase) - Constructor for class org.jvnet.hudson.test.ComputerConnectorTester
 
computerConnectorTester - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
computerConnectorTester - Variable in class org.jvnet.hudson.test.JenkinsRule
 
ComputerConnectorTester.DescriptorImpl - Class in org.jvnet.hudson.test
 
ComputerConnectorTester.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.ComputerConnectorTester.DescriptorImpl
 
configRoundtrip() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Hits the Hudson system configuration and submits without any modification.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Loads a configuration page and submits it without any modifications, to perform a round-trip configuration test.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configRoundtrip(B) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Performs a configuration round-trip testing for a builder.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Performs a configuration round-trip testing for a publisher.
configRoundtrip(C) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configRoundtrip(User) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configRoundtrip(N) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configRoundtrip(V) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configRoundtrip() - Method in class org.jvnet.hudson.test.JenkinsRule
Hits the Hudson system configuration and submits without any modification.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.JenkinsRule
Loads a configuration page and submits it without any modifications, to perform a round-trip configuration test.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.JenkinsRule
 
configRoundtrip(B) - Method in class org.jvnet.hudson.test.JenkinsRule
Performs a configuration round-trip testing for a builder.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.JenkinsRule
Performs a configuration round-trip testing for a publisher.
configRoundtrip(C) - Method in class org.jvnet.hudson.test.JenkinsRule
 
configRoundtrip(User) - Method in class org.jvnet.hudson.test.JenkinsRule
 
configRoundtrip(N) - Method in class org.jvnet.hudson.test.JenkinsRule
 
configRoundtrip(V) - Method in class org.jvnet.hudson.test.JenkinsRule
 
configureDefaultAnt() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Extracts Ant and configures it.
configureDefaultAnt() - Method in class org.jvnet.hudson.test.JenkinsRule
Extracts Ant and configures it.
configureDefaultMaven() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Returns the older default Maven, while still allowing specification of other bundled Mavens.
configureDefaultMaven(String, int) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Locates Maven and configures that as the only Maven in the system.
configureDefaultMaven() - Method in class org.jvnet.hudson.test.JenkinsRule
Returns the older default Maven, while still allowing specification of other bundled Mavens.
configureDefaultMaven(String, int) - Method in class org.jvnet.hudson.test.JenkinsRule
Locates Maven2 and configure that as the only Maven in the system.
configureMaven3() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configureMaven3() - Method in class org.jvnet.hudson.test.JenkinsRule
 
configureMaven31() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
configureUpdateCenter() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Configures the update center setting for the test.
configureUpdateCenter() - Method in class org.jvnet.hudson.test.JenkinsRule
Configures the update center setting for the test.
configureUserRealm() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Configures a security realm for a test.
configureUserRealm() - Method in class org.jvnet.hudson.test.JenkinsRule
Configures a security realm for a test.
connector - Variable in class org.jvnet.hudson.test.ComputerConnectorTester
 
connector - Variable in class org.jvnet.hudson.test.JenkinsComputerConnectorTester
 
contextPath - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Where in the Server is Hudson deployed?
contextPath - Variable in class org.jvnet.hudson.test.JenkinsRule
Where in the Server is Jenkins deployed?
copy(T, String) - Method in class org.jvnet.hudson.test.MockFolder
 
countLoads(AbstractProject<?, ?>, Runnable) - Static method in class org.jvnet.hudson.test.RunLoadCounter
Counts how many build records are loaded as a result of some task.
countTestCases() - Method in class org.jvnet.hudson.test.junit.GroupedTest
 
createChangeLogParser() - Method in class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 
createChangeLogParser() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM
 
createComputerLauncher(EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a CommandLauncher for launching a slave locally.
createComputerLauncher(EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a CommandLauncher for launching a slave locally.
createCrumbedUrl(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Creates a URL with crumb parameters relative to {HudsonTestCase.WebClient.getContextPath()
createCrumbedUrl(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Creates a URL with crumb parameters relative to {JenkinsRule.WebClient.getContextPath()
createDummySecurityRealm() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a test SecurityRealm that recognizes username==password as valid.
createDummySecurityRealm() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a test SecurityRealm that recognizes username==password as valid.
createFolder(String) - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a simple folder that other jobs can be placed in.
createFreeStyleProject() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createFreeStyleProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createFreeStyleProject() - Method in class org.jvnet.hudson.test.JenkinsRule
 
createFreeStyleProject(String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createLauncher(TaskListener) - Method in class org.jvnet.hudson.test.PretendSlave
 
createLocalLauncher() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates Launcher.LocalLauncher.
createLocalLauncher() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates Launcher.LocalLauncher.
createMatrixProject() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createMatrixProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createMatrixProject() - Method in class org.jvnet.hudson.test.JenkinsRule
 
createMatrixProject(String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createMavenProject() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a empty Maven project with an unique name.
createMavenProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a empty Maven project with the given name.
createMavenProject() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a empty Maven project with an unique name.
createMavenProject(String) - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a empty Maven project with the given name.
createOnlineSlave() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Create a new slave on the local host and wait for it to come onilne before returning.
createOnlineSlave(Label) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Create a new slave on the local host and wait for it to come onilne before returning.
createOnlineSlave(Label, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Create a new slave on the local host and wait for it to come online before returning
createOnlineSlave() - Method in class org.jvnet.hudson.test.JenkinsRule
Create a new slave on the local host and wait for it to come online before returning.
createOnlineSlave(Label) - Method in class org.jvnet.hudson.test.JenkinsRule
Create a new slave on the local host and wait for it to come online before returning.
createOnlineSlave(Label, EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
Create a new slave on the local host and wait for it to come online before returning
createPage(WebResponse, WebWindow) - Method in class org.jvnet.hudson.test.HudsonPageCreator
 
createPretendSlave(FakeLauncher) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createPretendSlave(FakeLauncher) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createProject(TopLevelItemDescriptor, String, boolean) - Method in class org.jvnet.hudson.test.MockFolder
 
createProject(Class<T>, String) - Method in class org.jvnet.hudson.test.MockFolder
Convenience method to create a FreeStyleProject or similar.
createProjectFromXML(String, InputStream) - Method in class org.jvnet.hudson.test.MockFolder
 
createSlave() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createSlave(Label) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates and launches a new slave on the local host.
createSlave(EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createSlave(Label, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createSlave(String, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a slave with certain additional environment variables
createSlave(String, String, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createSlave() - Method in class org.jvnet.hudson.test.JenkinsRule
 
createSlave(Label) - Method in class org.jvnet.hudson.test.JenkinsRule
Creates and launches a new slave on the local host.
createSlave(EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createSlave(Label, EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createSlave(String, EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a slave with certain additional environment variables
createSlave(String, String, EnvVars) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createTaskListener() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a TaskListener connected to stdout.
createTaskListener() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a TaskListener connected to stdout.
createTmpDir() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Allocates a new temporary directory for the duration of this test.
createTmpDir() - Method in class org.jvnet.hudson.test.JenkinsRule
Deprecated.
Use TemporaryFolder instead.
createUniqueProjectName() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
createUniqueProjectName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
createWebClient() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
This is to assist Groovy test clients who are incapable of instantiating the inner classes properly.
createWebClient() - Method in class org.jvnet.hudson.test.JenkinsRule
This is to assist Groovy test clients who are incapable of instantiating the inner classes properly.
createWebServer() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Prepares a webapp hosting environment to get ServletContext implementation that we need for testing.
createWebServer() - Method in class org.jvnet.hudson.test.JenkinsRule
Prepares a webapp hosting environment to get ServletContext implementation that we need for testing.

D

decorateHome(JenkinsRule, File) - Method in class org.jvnet.hudson.test.JenkinsRecipe.Runner
Called right before Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked to decorate the hudson home directory.
decorateHome(HudsonTestCase, File) - Method in class org.jvnet.hudson.test.recipes.Recipe.Runner
Called right before jenkins.model.Jenkins#Hudson(File, ServletContext) is invoked to decorate the hudson home directory.
decorateHome(JenkinsRule, File) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RuleRunnerImpl
 
decorateHome(HudsonTestCase, File) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
 
decorateHome(JenkinsRule, File) - Method in class org.jvnet.hudson.test.recipes.WithPluginManager.RuleRunnerImpl
 
decorateHome(HudsonTestCase, File) - Method in class org.jvnet.hudson.test.recipes.WithPluginManager.RunnerImpl
 
DefaultConstructorChecker - Class in org.jvnet.hudson.test
Tests that the specified class has the default constructor.
DefaultConstructorChecker(Class) - Constructor for class org.jvnet.hudson.test.DefaultConstructorChecker
 
deleteView(View) - Method in class org.jvnet.hudson.test.MockFolder
 
describeMismatchSafely(CLICommandInvoker.Result, Description) - Method in class hudson.cli.CLICommandInvoker.Matcher
 
describeTo(Description) - Method in class hudson.cli.CLICommandInvoker.Matcher
 
description() - Method in class org.jvnet.hudson.test.TestEnvironment
Current test case being run (works for JUnit 3 or 4).
dispatch(Runnable) - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
dispose() - Method in class org.jvnet.hudson.test.TemporaryDirectoryAllocator
Deletes all allocated temporary directories.
dispose() - Method in class org.jvnet.hudson.test.TestEnvironment
 
disposeAsync() - Method in class org.jvnet.hudson.test.TemporaryDirectoryAllocator
Deletes all allocated temporary directories asynchronously.
doConfigSubmit(StaplerRequest) - Method in class org.jvnet.hudson.test.ComputerConnectorTester
 
doConfigSubmit(StaplerRequest) - Method in class org.jvnet.hudson.test.JenkinsComputerConnectorTester
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in class org.jvnet.hudson.test.MockFolder
 
doIndex(StaplerResponse, String) - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
done() - Method in class org.jvnet.hudson.test.SequenceLock
Marks the current phase completed that the calling thread was executing.
doStart() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
doStop() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 

E

EndOfTestListener - Interface in org.jvnet.hudson.test
Gets notified before the test completes to perform additional cleanup.
env - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
env - Variable in class org.jvnet.hudson.test.JenkinsRule
 
equals(Object) - Method in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 
eval(Runnable) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Makes an HTTP request, process it with the given request handler, and returns the response.
eval(Runnable) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Makes an HTTP request, process it with the given request handler, and returns the response.
executeOnServer(Closure) - Method in class org.jvnet.hudson.test.GroovyHudsonTestCase
Deprecated.
Executes the given closure on the server, in the context of an HTTP request.
executeOnServer(Closure) - Method in class org.jvnet.hudson.test.GroovyJenkinsRule
Executes the given closure on the server, in the context of an HTTP request.
executeOnServer(Callable<V>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Executes the given closure on the server, by the servlet request handling thread, in the context of an HTTP request.
executeOnServer(Callable<V>) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Executes the given closure on the server, by the servlet request handling thread, in the context of an HTTP request.
executeOnServer(Callable<V>) - Method in class org.jvnet.hudson.test.JenkinsRule
Executes the given closure on the server, by the servlet request handling thread, in the context of an HTTP request.
executeOnServer(Callable<V>) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Executes the given closure on the server, by the servlet request handling thread, in the context of an HTTP request.
exitCode - Variable in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
explodedWarDir - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
The directory where a war file gets exploded.
ExtractChangeLogParser - Class in org.jvnet.hudson.test
 
ExtractChangeLogParser() - Constructor for class org.jvnet.hudson.test.ExtractChangeLogParser
 
ExtractChangeLogParser.ExtractChangeLogEntry - Class in org.jvnet.hudson.test
 
ExtractChangeLogParser.ExtractChangeLogEntry() - Constructor for class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
ExtractChangeLogParser.ExtractChangeLogEntry(String) - Constructor for class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
ExtractChangeLogParser.FileInZip - Class in org.jvnet.hudson.test
 
ExtractChangeLogParser.FileInZip() - Constructor for class org.jvnet.hudson.test.ExtractChangeLogParser.FileInZip
 
ExtractChangeLogParser.FileInZip(String) - Constructor for class org.jvnet.hudson.test.ExtractChangeLogParser.FileInZip
 
ExtractChangeLogSet - Class in org.jvnet.hudson.test
 
ExtractChangeLogSet(AbstractBuild<?, ?>, List<ExtractChangeLogParser.ExtractChangeLogEntry>) - Constructor for class org.jvnet.hudson.test.ExtractChangeLogSet
 
ExtractResourceSCM - Class in org.jvnet.hudson.test
SCM useful for testing that extracts the given resource as a zip file.
ExtractResourceSCM(URL) - Constructor for class org.jvnet.hudson.test.ExtractResourceSCM
 
ExtractResourceSCM(URL, String) - Constructor for class org.jvnet.hudson.test.ExtractResourceSCM
with this constructor your zip can contains a folder more usefull to create a project test zip foo.zip foo
ExtractResourceWithChangesSCM - Class in org.jvnet.hudson.test
SCM useful for testing that extracts the given resource as a zip file.
ExtractResourceWithChangesSCM(URL, URL) - Constructor for class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 
ExtractResourceWithChangesSCM(URL, URL, String) - Constructor for class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 

F

FailedTest - Class in org.jvnet.hudson.test.junit
TestCase implementation that has already failed.
FailedTest(String, Throwable) - Constructor for class org.jvnet.hudson.test.junit.FailedTest
 
FailedTest(Class, Throwable) - Constructor for class org.jvnet.hudson.test.junit.FailedTest
 
failedWith(long) - Static method in class hudson.cli.CLICommandInvoker.Matcher
 
FailureBuilder - Class in org.jvnet.hudson.test
Mock Builder that always cause a build to fail.
FailureBuilder() - Constructor for class org.jvnet.hudson.test.FailureBuilder
 
FailureBuilder.DescriptorImpl - Class in org.jvnet.hudson.test
 
FailureBuilder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.FailureBuilder.DescriptorImpl
 
FakeChangeLogSCM - Class in org.jvnet.hudson.test
Fake SCM implementation that can report arbitrary commits from arbitrary users.
FakeChangeLogSCM() - Constructor for class org.jvnet.hudson.test.FakeChangeLogSCM
 
FakeChangeLogSCM.ChangelogAction - Class in org.jvnet.hudson.test
 
FakeChangeLogSCM.ChangelogAction(List<FakeChangeLogSCM.EntryImpl>) - Constructor for class org.jvnet.hudson.test.FakeChangeLogSCM.ChangelogAction
 
FakeChangeLogSCM.EntryImpl - Class in org.jvnet.hudson.test
 
FakeChangeLogSCM.EntryImpl() - Constructor for class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
FakeChangeLogSCM.FakeChangeLogParser - Class in org.jvnet.hudson.test
 
FakeChangeLogSCM.FakeChangeLogParser() - Constructor for class org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogParser
 
FakeChangeLogSCM.FakeChangeLogSet - Class in org.jvnet.hudson.test
 
FakeChangeLogSCM.FakeChangeLogSet(AbstractBuild<?, ?>, List<FakeChangeLogSCM.EntryImpl>) - Constructor for class org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
 
FakeLauncher - Interface in org.jvnet.hudson.test
Fake a process launch.
FakeLauncher.FinishedProc - Class in org.jvnet.hudson.test
Fake Proc implementation that represents a completed process.
FakeLauncher.FinishedProc(int) - Constructor for class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
filter(Filter) - Method in class org.jvnet.hudson.test.junit.GroupedTest
 
findDataBoundConstructor(Class<?>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
findDataBoundConstructor(Class<?>) - Method in class org.jvnet.hudson.test.JenkinsRule
 
findPreviousInputElement(HtmlElement, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
findPreviousInputElement(HtmlElement, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
fnOrScript - Variable in class org.jvnet.hudson.test.rhino.CallStackFrame
The function being executed.
format(LogRecord) - Method in class org.jvnet.hudson.test.MilliSecLogFormatter
 

G

get(Class<T>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Gets the descriptor instance of the current Hudson by its type.
get(Class<T>) - Method in class org.jvnet.hudson.test.JenkinsRule
Gets the descriptor instance of the current Hudson by its type.
get() - Static method in class org.jvnet.hudson.test.TestEnvironment
 
getAffectedPaths() - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
getAffectedPaths() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
getAllJobs() - Method in class org.jvnet.hudson.test.MockFolder
 
getAuthor() - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
getAuthor() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
getButtonByCaption(HtmlForm, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
getButtonByCaption(HtmlForm, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
getConnectorDescriptors() - Method in class org.jvnet.hudson.test.ComputerConnectorTester
 
getConnectorDescriptors() - Method in class org.jvnet.hudson.test.JenkinsComputerConnectorTester
 
getContextPath() - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Returns the URL of the webapp top page.
getContextPath() - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Returns the URL of the webapp top page.
getDescriptor() - Method in class org.jvnet.hudson.test.MockBuilder
 
getDescriptor() - Method in class org.jvnet.hudson.test.MockFolder
 
getDescriptor() - Method in class org.jvnet.hudson.test.TestBuilder
 
getDisplayName() - Method in class org.jvnet.hudson.test.CaptureEnvironmentBuilder.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
getDisplayName() - Method in class org.jvnet.hudson.test.ComputerConnectorTester.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.FailureBuilder.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
getDisplayName() - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
Deprecated.
 
getDisplayName() - Method in class org.jvnet.hudson.test.JenkinsComputerConnectorTester.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getDisplayName() - Method in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor
 
getDisplayName() - Method in class org.jvnet.hudson.test.MockBuilder.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.MockFolder.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.PretendSlave.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
getDisplayName() - Method in class org.jvnet.hudson.test.SleepBuilder.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.TestCrumbIssuer.DescriptorImpl
 
getDisplayName() - Method in class org.jvnet.hudson.test.UnstableBuilder.DescriptorImpl
 
getEnvVars() - Method in class org.jvnet.hudson.test.CaptureEnvironmentBuilder
 
getFileName() - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.FileInZip
 
getFrame(Context, DebuggableScript) - Method in class org.jvnet.hudson.test.rhino.JavaScriptDebugger
 
getIconFileName() - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
getIconFileName() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
getIconFileName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getIconFileName() - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
getIdleThreads() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
getInstance() - Static method in class org.jvnet.hudson.test.JavaNetReverseProxy
Gets the default instance.
getInstance() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getItem(String) - Method in class org.jvnet.hudson.test.MockFolder
 
getItemGroup() - Method in class org.jvnet.hudson.test.MockFolder
 
getItems() - Method in class org.jvnet.hudson.test.MockFolder
 
getJob(String) - Method in class org.jvnet.hudson.test.MockFolder
Same as MockFolder.getItem(java.lang.String) but named this way as a WebMethod.
getLog(Run) - Static method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Get entire log file (this method is deprecated in hudson.model.Run, but in tests it is OK to load entire log).
getLog(Run) - Static method in class org.jvnet.hudson.test.JenkinsRule
Get entire log file (this method is deprecated in hudson.model.Run, but in tests it is OK to load entire log).
getModuleRoot(FilePath) - Method in class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 
getMsg() - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
getMsg() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
getOrdinal(TestExtension) - Method in class org.jvnet.hudson.test.TestExtensionLoader
 
getPage(Run) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Short for getPage(r,""), to access the top page of a build.
getPage(Run, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Accesses a page inside Run.
getPage(Item) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(Item, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(Node) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(Node, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(View) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(View, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
getPage(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
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.)
getPage(Run) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Short for getPage(r,""), to access the top page of a build.
getPage(Run, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Accesses a page inside Run.
getPage(Item) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(Item, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(Node) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(Node, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(View) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(View, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
getPage(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Deprecated.
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.)
getPluginManager() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getPrimaryView() - Method in class org.jvnet.hudson.test.MockFolder
 
getRequiredMonitorService() - Method in class org.jvnet.hudson.test.RunLoadCounter.MarkerAdder
 
getRootDirFor(TopLevelItem) - Method in class org.jvnet.hudson.test.MockFolder
 
getStaplerFallback() - Method in class org.jvnet.hudson.test.MockFolder
 
getStderr() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
getStdin() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
getStdout() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
getTestDescription() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getThreads() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
getURL() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Returns the URL of the webapp top page.
getURL() - Method in class org.jvnet.hudson.test.JenkinsRule
Returns the URL of the webapp top page.
getUrlChildPrefix() - Method in class org.jvnet.hudson.test.MockFolder
 
getUrlName() - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
getUrlName() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
getUrlName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getUrlName() - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
getVariables() - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
In-scope variables.
getView(String) - Method in class org.jvnet.hudson.test.MockFolder
 
getViewActions() - Method in class org.jvnet.hudson.test.MockFolder
 
getViews() - Method in class org.jvnet.hudson.test.MockFolder
 
getViewsTabBar() - Method in class org.jvnet.hudson.test.MockFolder
 
getWebAppRoot() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getZipFile() - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
goTo(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Requests a page within Hudson.
goTo(String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
goTo(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Requests an HTML page within Jenkins.
goTo(String, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Requests a page within Jenkins.
goToXml(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Loads a page as XML.
goToXml(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Loads a page as XML.
GroovyHudsonTestCase - Class in org.jvnet.hudson.test
Deprecated.
Use GroovyJenkinsRule instead.
GroovyHudsonTestCase() - Constructor for class org.jvnet.hudson.test.GroovyHudsonTestCase
Deprecated.
 
GroovyJenkinsRule - Class in org.jvnet.hudson.test
JenkinsRule variant with special options for tests written in Groovy.
GroovyJenkinsRule() - Constructor for class org.jvnet.hudson.test.GroovyJenkinsRule
 
GroupedTest - Class in org.jvnet.hudson.test.junit
TestSuite that requires some set up and tear down for executing nested tests.
GroupedTest() - Constructor for class org.jvnet.hudson.test.junit.GroupedTest
 

H

handleCompilationDone(Context, DebuggableScript, String) - Method in class org.jvnet.hudson.test.rhino.JavaScriptDebugger
 
hasCause(Class<? extends Throwable>) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
A matcher that verifies that the a root cause of an exception is of the specified type.
hasConsistentEquals(Object) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasDefaultConstructor() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
A matcher which checks that the class has the default constructor.
hasHashCodeContract(Object) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hashCode() - Method in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 
hasImplementedEquals() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasImplementedHashCode() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasKind(FormValidation.Kind) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasNoErrorOutput() - Static method in class hudson.cli.CLICommandInvoker.Matcher
 
hasNonEqualityWithNulls() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasNoStandardOutput() - Static method in class hudson.cli.CLICommandInvoker.Matcher
 
hasReflexiveEquals() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasSymmetricEquals(Object) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
hasTransitiveEquals(Object, Object) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
homeLoader - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
homeLoader - Variable in class org.jvnet.hudson.test.JenkinsRule
 
hudson - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Points to the same object as HudsonTestCase.jenkins does.
hudson - Variable in class org.jvnet.hudson.test.JenkinsRule
Deprecated.
hudson.cli - package hudson.cli
 
hudson.util - package hudson.util
 
HudsonHomeLoader - Interface in org.jvnet.hudson.test
Controls how a HudsonTestCase initializes JENKINS_HOME.
HudsonHomeLoader.CopyExisting - Class in org.jvnet.hudson.test
Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
HudsonHomeLoader.CopyExisting(File) - Constructor for class org.jvnet.hudson.test.HudsonHomeLoader.CopyExisting
Either a zip file or a directory that contains the home image.
HudsonHomeLoader.CopyExisting(URL) - Constructor for class org.jvnet.hudson.test.HudsonHomeLoader.CopyExisting
Extracts from a zip file in the resource.
HudsonHomeLoader.Local - Class in org.jvnet.hudson.test
Allocates a new directory by copying from a test resource
HudsonHomeLoader.Local(Method) - Constructor for class org.jvnet.hudson.test.HudsonHomeLoader.Local
 
HudsonPageCreator - Class in org.jvnet.hudson.test
PageCreator that understands JNLP file.
HudsonPageCreator() - Constructor for class org.jvnet.hudson.test.HudsonPageCreator
 
HudsonTestCase - Class in org.jvnet.hudson.test
Deprecated.
New code should use JenkinsRule.
HudsonTestCase(String) - Constructor for class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
HudsonTestCase() - Constructor for class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
HudsonTestCase.BreakException - Exception in org.jvnet.hudson.test
Deprecated.
 
HudsonTestCase.BreakException() - Constructor for exception org.jvnet.hudson.test.HudsonTestCase.BreakException
Deprecated.
 
HudsonTestCase.TestBuildWrapper - Class in org.jvnet.hudson.test
Deprecated.
 
HudsonTestCase.TestBuildWrapper() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
Deprecated.
 
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor - Class in org.jvnet.hudson.test
Deprecated.
 
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
Deprecated.
 
HudsonTestCase.WebClient - Class in org.jvnet.hudson.test
Deprecated.
Extends WebClient and provide convenience methods for accessing Hudson.
HudsonTestCase.WebClient() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 

I

increasedMemory(Callable<Void>, Filter...) - Static method in class org.jvnet.hudson.test.MemoryAssert
Counts how much more memory is held in Jenkins by doing some operation.
INSTANCE - Static variable in class org.jvnet.hudson.test.HudsonPageCreator
 
INSTANCE - Static variable in class org.jvnet.hudson.test.TestPluginManager
 
instanceCount - Variable in class org.jvnet.hudson.test.MemoryAssert.HistogramElement
 
interactiveBreak() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Blocks until the ENTER key is hit.
interactiveBreak() - Method in class org.jvnet.hudson.test.JenkinsRule
Blocks until the ENTER key is hit.
interactiveJavaScriptDebugger() - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Starts an interactive JavaScript debugger, and break at the next JavaScript execution.
interactiveJavaScriptDebugger() - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Starts an interactive JavaScript debugger, and break at the next JavaScript execution.
invoke() - Method in class hudson.cli.CLICommandInvoker
 
invokeWithArgs(String...) - Method in class hudson.cli.CLICommandInvoker
 
isActive(AnnotatedElement) - Method in class org.jvnet.hudson.test.TestExtensionLoader
 
isAlive() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
isApplicable(AbstractProject<?, ?>) - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
Deprecated.
 
isApplicable(AbstractProject<?, ?>) - Method in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor
 
isClassWithOnlyPrivateConstructors() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
A matcher which checks that the class has only private constructors.
isEmptySet() - Method in class org.jvnet.hudson.test.ExtractChangeLogSet
 
isEmptySet() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
 
isFinalClass() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
A matcher which checks that the class is final.
isGoodHttpStatus(int) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Determines whether the specified HTTP status code is generally "good"
isGoodHttpStatus(int) - Method in class org.jvnet.hudson.test.JenkinsRule
Determines whether the specifed HTTP status code is generally "good"
isLowOnThreads() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
isOptional(TestExtension) - Method in class org.jvnet.hudson.test.TestExtensionLoader
 
isSomethingHappening() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Returns true if Hudson is building something or going to build something.
isSomethingHappening() - Method in class org.jvnet.hudson.test.JenkinsRule
Returns true if Hudson is building something or going to build something.
issueCrumb(ServletRequest, String) - Method in class org.jvnet.hudson.test.TestCrumbIssuer
 
isUtilityClass() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
A matcher which checks that the class is a Utility class (i.e.
iterator() - Method in class org.jvnet.hudson.test.ExtractChangeLogSet
 
iterator() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogSet
 

J

JavaNetReverseProxy - Class in org.jvnet.hudson.test
Acts as a reverse proxy, so that during a test we can avoid hitting updates.jenkins-ci.org.
JavaNetReverseProxy(File) - Constructor for class org.jvnet.hudson.test.JavaNetReverseProxy
 
JavaScriptDebugger - Class in org.jvnet.hudson.test.rhino
Monitors the execution of the JavaScript inside HtmlUnit, and provides debug information such as call stacks, variables, arguments, etc.
JavaScriptDebugger() - Constructor for class org.jvnet.hudson.test.rhino.JavaScriptDebugger
 
JellyTestSuiteBuilder - Class in org.jvnet.hudson.test
Builds up a TestSuite for performing static syntax checks on Jelly scripts.
JellyTestSuiteBuilder() - Constructor for class org.jvnet.hudson.test.JellyTestSuiteBuilder
 
jenkins - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
jenkins - Variable in class org.jvnet.hudson.test.JenkinsRule
 
jenkins.model - package jenkins.model
 
JenkinsAdaptor - Class in jenkins.model
Access the package protected quiet period
JenkinsAdaptor() - Constructor for class jenkins.model.JenkinsAdaptor
 
JenkinsComputerConnectorTester - Class in org.jvnet.hudson.test
Test bed to verify the configuration roundtripness of the ComputerConnector.
JenkinsComputerConnectorTester(JenkinsRule) - Constructor for class org.jvnet.hudson.test.JenkinsComputerConnectorTester
 
JenkinsComputerConnectorTester.DescriptorImpl - Class in org.jvnet.hudson.test
 
JenkinsComputerConnectorTester.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.JenkinsComputerConnectorTester.DescriptorImpl
 
JenkinsMatchers - Class in org.jvnet.hudson.test
Some handy matchers.
JenkinsMatchers() - Constructor for class org.jvnet.hudson.test.JenkinsMatchers
 
JenkinsRecipe - Annotation Type in org.jvnet.hudson.test
Meta-annotation for recipe annotations, which controls the test environment set up.
JenkinsRecipe.Runner<T extends Annotation> - Class in org.jvnet.hudson.test
The code that implements the recipe semantics.
JenkinsRecipe.Runner() - Constructor for class org.jvnet.hudson.test.JenkinsRecipe.Runner
 
jenkinsRule - Variable in class org.jvnet.hudson.test.JenkinsComputerConnectorTester
 
JenkinsRule - Class in org.jvnet.hudson.test
JUnit rule to allow test cases to fire up a Jenkins instance.
JenkinsRule() - Constructor for class org.jvnet.hudson.test.JenkinsRule
 
JenkinsRule.BreakException - Exception in org.jvnet.hudson.test
 
JenkinsRule.BreakException() - Constructor for exception org.jvnet.hudson.test.JenkinsRule.BreakException
 
JenkinsRule.DummySecurityRealm - Class in org.jvnet.hudson.test
 
JenkinsRule.TestBuildWrapper - Class in org.jvnet.hudson.test
 
JenkinsRule.TestBuildWrapper() - Constructor for class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper
 
JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor - Class in org.jvnet.hudson.test
 
JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor() - Constructor for class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor
 
JenkinsRule.WebClient - Class in org.jvnet.hudson.test
Extends WebClient and provide convenience methods for accessing Hudson.
JenkinsRule.WebClient() - Constructor for class org.jvnet.hudson.test.JenkinsRule.WebClient
 
join() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 
join() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
jsDebugger - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
JavaScript "debugger" that provides you information about the JavaScript call stack and the current values of the local variables in those stack frame.
jsDebugger - Variable in class org.jvnet.hudson.test.JenkinsRule
JavaScript "debugger" that provides you information about the JavaScript call stack and the current values of the local variables in those stack frame.

K

kill() - Method in class org.jvnet.hudson.test.FakeLauncher.FinishedProc
 

L

last(List<T>) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Returns the last item in the list.
last(List<T>) - Method in class org.jvnet.hudson.test.JenkinsRule
Returns the last item in the list.
LenientRunnable - Interface in org.jvnet.hudson.test
Like Runnable but can throw any exception.
loadBundledPlugins() - Method in class org.jvnet.hudson.test.TestPluginManager
 
loadGroupByGroupname(String) - Method in class org.jvnet.hudson.test.JenkinsRule.DummySecurityRealm
 
loadUserByUsername(String) - Method in class org.jvnet.hudson.test.JenkinsRule.DummySecurityRealm
 
LocalData - Annotation Type in org.jvnet.hudson.test.recipes
Runs a test case with a data set local to test method or the test class.
LocalData.RuleRunnerImpl - Class in org.jvnet.hudson.test.recipes
 
LocalData.RuleRunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.LocalData.RuleRunnerImpl
 
LocalData.RunnerImpl - Class in org.jvnet.hudson.test.recipes
 
LocalData.RunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.LocalData.RunnerImpl
 
localPort - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
TCP/IP port that the server is listening on.
localPort - Variable in class org.jvnet.hudson.test.JavaNetReverseProxy
 
localPort - Variable in class org.jvnet.hudson.test.JenkinsRule
TCP/IP port that the server is listening on.
login(String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Logs in to Jenkins.
login(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
Logs in to Hudson, by using the user name as the password.
login(String, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Logs in to Jenkins.
login(String, String, boolean) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Logs in to Jenkins.
login(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Logs in to Hudson, by using the user name as the password.

M

MemoryAssert - Class in org.jvnet.hudson.test
Static utility methods for verifying heap memory usage.
MemoryAssert.HistogramElement - Class in org.jvnet.hudson.test
 
MilliSecLogFormatter - Class in org.jvnet.hudson.test
Formatter that prints out milliseconds.
MilliSecLogFormatter() - Constructor for class org.jvnet.hudson.test.MilliSecLogFormatter
 
MIME_TYPES - Static variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
MIME_TYPES - Static variable in class org.jvnet.hudson.test.JenkinsRule
 
MockBuilder - Class in org.jvnet.hudson.test
Forces the build result to be some pre-configured value.
MockBuilder(Result) - Constructor for class org.jvnet.hudson.test.MockBuilder
 
MockBuilder.DescriptorImpl - Class in org.jvnet.hudson.test
 
MockBuilder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.MockBuilder.DescriptorImpl
 
MockFolder - Class in org.jvnet.hudson.test
Minimal implementation of a modifiable item group akin to the CloudBees Folders plugin.
MockFolder.DescriptorImpl - Class in org.jvnet.hudson.test
 
MockFolder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.MockFolder.DescriptorImpl
 

N

NEW - Static variable in interface org.jvnet.hudson.test.HudsonHomeLoader
Allocates a new empty directory, meaning this will emulate the fresh Hudson installation.
newHudson() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Creates a new instance of Jenkins.
newHudson() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates a new instance of Jenkins.
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.CaptureEnvironmentBuilder.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.FailureBuilder.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
Deprecated.
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.MockBuilder.DescriptorImpl
 
newInstance(ItemGroup, String) - Method in class org.jvnet.hudson.test.MockFolder.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.TestCrumbIssuer.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jvnet.hudson.test.UnstableBuilder.DescriptorImpl
 
NO_PROPERTIES - Static variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
NO_PROPERTIES - Static variable in class org.jvnet.hudson.test.JenkinsRule
 
numLaunch - Variable in class org.jvnet.hudson.test.PretendSlave
Number of processed that are launched.

O

onAttached(Run) - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
onBuildComplete() - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
onCopiedFrom(Item) - Method in class org.jvnet.hudson.test.MockFolder
 
onDebuggerStatement(Context) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
onDeleted(TopLevelItem) - Method in class org.jvnet.hudson.test.MockFolder
 
onEnter(Context, Scriptable, Scriptable, Object[]) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
onExceptionThrown(Context, Throwable) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
onExit(Context, boolean, Object) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
onLaunch(Launcher.ProcStarter) - Method in interface org.jvnet.hudson.test.FakeLauncher
Called whenever a PretendSlave is asked to fork a new process.
onLineChange(Context, int) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
onLoad(ItemGroup<? extends Item>, String) - Method in class org.jvnet.hudson.test.MockFolder
 
onLoad() - Method in class org.jvnet.hudson.test.RunLoadCounter.Marker
 
onOnline(Computer, TaskListener) - Method in class org.jvnet.hudson.test.ChannelShutdownListener
 
onRenamed(TopLevelItem, String, String) - Method in class org.jvnet.hudson.test.MockFolder
 
onTearDown() - Method in class org.jvnet.hudson.test.ChannelShutdownListener
 
onTearDown() - Method in interface org.jvnet.hudson.test.EndOfTestListener
Called for clean up.
onViewRenamed(View, String, String) - Method in class org.jvnet.hudson.test.MockFolder
 
org.jvnet.hudson.test - package org.jvnet.hudson.test
Test harness for Jenkins and its plugins.
org.jvnet.hudson.test.junit - package org.jvnet.hudson.test.junit
 
org.jvnet.hudson.test.recipes - package org.jvnet.hudson.test.recipes
Declaratively specify the environment in which a test will be run.
org.jvnet.hudson.test.rhino - package org.jvnet.hudson.test.rhino
Code to interface with Rhino the JavaScript engine.
owner - Variable in class org.jvnet.hudson.test.rhino.CallStackFrame
JavaScriptDebugger that this stack frame lives in.

P

parse(AbstractBuild, File) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser
 
parse(AbstractBuild, InputStream) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser
 
parse(AbstractBuild, File) - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogParser
 
pause() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Pauses the execution until ENTER is hit in the console.
pause() - Method in class org.jvnet.hudson.test.JenkinsRule
Pauses the execution until ENTER is hit in the console.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.CaptureEnvironmentBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.MockBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.RunLoadCounter.MarkerAdder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.SleepBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.TestBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.TouchBuilder
 
phase(int) - Method in class org.jvnet.hudson.test.SequenceLock
Blocks until all the previous phases are completed, and returns when the specified phase i is started.
pin() - Method in class org.jvnet.hudson.test.TestEnvironment
 
PluginAutomaticTestBuilder - Class in org.jvnet.hudson.test
Called by the code generated by maven-hpi-plugin to build tests for plugins.
PluginAutomaticTestBuilder() - Constructor for class org.jvnet.hudson.test.PluginAutomaticTestBuilder
 
PluginAutomaticTestBuilder.CliSanityTest - Class in org.jvnet.hudson.test
 
PluginAutomaticTestBuilder.CliSanityTest() - Constructor for class org.jvnet.hudson.test.PluginAutomaticTestBuilder.CliSanityTest
 
prepare(AbstractProject<?, ?>) - Static method in class org.jvnet.hudson.test.RunLoadCounter
Prepares a new project to be measured.
PresetData - Annotation Type in org.jvnet.hudson.test.recipes
Runs a test case with one of the preset JENKINS_HOME data set.
PresetData.DataSet - Enum in org.jvnet.hudson.test.recipes
 
PresetData.RuleRunnerImpl - Class in org.jvnet.hudson.test.recipes
 
PresetData.RuleRunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.PresetData.RuleRunnerImpl
 
PresetData.RunnerImpl - Class in org.jvnet.hudson.test.recipes
 
PresetData.RunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.PresetData.RunnerImpl
 
PretendSlave - Class in org.jvnet.hudson.test
Slave that pretends to fork processes.
PretendSlave(String, String, int, Node.Mode, String, ComputerLauncher, FakeLauncher) - Constructor for class org.jvnet.hudson.test.PretendSlave
 
PretendSlave(String, String, String, ComputerLauncher, FakeLauncher) - Constructor for class org.jvnet.hudson.test.PretendSlave
 
PretendSlave.DescriptorImpl - Class in org.jvnet.hudson.test
 
PretendSlave.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.PretendSlave.DescriptorImpl
 
privateConstructorThrows(Class<? extends Throwable>) - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 

R

RandomlyFails - Annotation Type in org.jvnet.hudson.test
Marker for test methods which have been observed to fail for no easily understood reason.
recipe() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Called during the HudsonTestCase.setUp() to give a test case an opportunity to control the test environment in which Hudson is run.
recipe() - Method in class org.jvnet.hudson.test.JenkinsRule
Called during the JenkinsRule.before() to give a test case an opportunity to control the test environment in which Hudson is run.
Recipe - Annotation Type in org.jvnet.hudson.test.recipes
Meta-annotation for recipe annotations, which controls the test environment set up.
Recipe.Runner<T extends Annotation> - Class in org.jvnet.hudson.test.recipes
The code that implements the recipe semantics.
Recipe.Runner() - Constructor for class org.jvnet.hudson.test.recipes.Recipe.Runner
 
recipeLoadCurrentPlugin() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
If this test harness is launched for a Jenkins plugin, locate the target/test-classes/the.jpl and add a recipe to install that to the new Jenkins.
recipeLoadCurrentPlugin() - Method in class org.jvnet.hudson.test.JenkinsRule
If this test harness is launched for a Jenkins plugin, locate the target/test-classes/the.jpl and add a recipe to install that to the new Jenkins.
recipes - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
recipes - Variable in class org.jvnet.hudson.test.JenkinsRule
 
remove(TopLevelItem) - Method in class org.jvnet.hudson.test.MockFolder
 
renameTo(String) - Method in class org.jvnet.hudson.test.MockFolder
 
result - Variable in class org.jvnet.hudson.test.MockBuilder
 
returnCode() - Method in class hudson.cli.CLICommandInvoker.Result
 
run(TestResult) - Method in class org.jvnet.hudson.test.junit.GroupedTest
 
run() - Method in interface org.jvnet.hudson.test.LenientRunnable
 
runBare() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
runGroupedTests(TestResult) - Method in class org.jvnet.hudson.test.junit.GroupedTest
Executes the nested tests.
RunLoadCounter - Class in org.jvnet.hudson.test
Utility to determine when a build record is loaded.
RunLoadCounter.Marker - Class in org.jvnet.hudson.test
Used internally.
RunLoadCounter.MarkerAdder - Class in org.jvnet.hudson.test
Used internally.
RunLoadCounter.MarkerAdder() - Constructor for class org.jvnet.hudson.test.RunLoadCounter.MarkerAdder
 
runTest() - Method in class org.jvnet.hudson.test.DefaultConstructorChecker
 
runTest() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
runTest() - Method in class org.jvnet.hudson.test.junit.FailedTest
 

S

saveToChangeLog(File, ExtractChangeLogParser.ExtractChangeLogEntry) - Method in class org.jvnet.hudson.test.ExtractResourceWithChangesSCM
 
search(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Performs a search from the search box.
search(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Deprecated.
 
search(String) - Method in class org.jvnet.hudson.test.JenkinsRule
Performs a search from the search box.
search(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
SecretHelper - Class in hudson.util
 
SecretHelper() - Constructor for class hudson.util.SecretHelper
 
SequenceLock - Class in org.jvnet.hudson.test
Lock mechanism to let multiple threads execute phases sequentially.
SequenceLock() - Constructor for class org.jvnet.hudson.test.SequenceLock
 
server - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
server - Variable in class org.jvnet.hudson.test.JenkinsRule
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jvnet.hudson.test.JavaNetReverseProxy
 
set(String) - Static method in class hudson.util.SecretHelper
 
setFileName(String) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.FileInZip
 
setParent(ChangeLogSet) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
setPluginManager(PluginManager) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Sets the PluginManager to be used when creating a new Jenkins instance.
setPluginManager(PluginManager) - Method in class org.jvnet.hudson.test.JenkinsRule
Sets the PluginManager to be used when creating a new Jenkins instance.
setQuietPeriod(Jenkins, int) - Static method in class jenkins.model.JenkinsAdaptor
 
setQuietPeriod(int) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
setQuietPeriod(int) - Method in class org.jvnet.hudson.test.JenkinsRule
 
setUp() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
Deprecated.
 
setup(JenkinsRule, T) - Method in class org.jvnet.hudson.test.JenkinsRecipe.Runner
Called during TestCase.setUp() to prepare the test environment.
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper
 
setUp() - Method in class org.jvnet.hudson.test.junit.GroupedTest
 
setup(JenkinsRule, LocalData) - Method in class org.jvnet.hudson.test.recipes.LocalData.RuleRunnerImpl
 
setup(HudsonTestCase, LocalData) - Method in class org.jvnet.hudson.test.recipes.LocalData.RunnerImpl
 
setup(JenkinsRule, PresetData) - Method in class org.jvnet.hudson.test.recipes.PresetData.RuleRunnerImpl
 
setup(HudsonTestCase, PresetData) - Method in class org.jvnet.hudson.test.recipes.PresetData.RunnerImpl
 
setup(HudsonTestCase, T) - Method in class org.jvnet.hudson.test.recipes.Recipe.Runner
Called during TestCase.setUp() to prepare the test environment.
setup(JenkinsRule, WithPlugin) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RuleRunnerImpl
 
setup(HudsonTestCase, WithPlugin) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
 
setup(JenkinsRule, WithPluginManager) - Method in class org.jvnet.hudson.test.recipes.WithPluginManager.RuleRunnerImpl
 
setup(HudsonTestCase, WithPluginManager) - Method in class org.jvnet.hudson.test.recipes.WithPluginManager.RunnerImpl
 
setup(JenkinsRule, WithTimeout) - Method in class org.jvnet.hudson.test.recipes.WithTimeout.RuleRunnerImpl
 
setup(HudsonTestCase, WithTimeout) - Method in class org.jvnet.hudson.test.recipes.WithTimeout.RunnerImpl
 
setUpTimeout() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
setUpTimeout() - Method in class org.jvnet.hudson.test.JenkinsRule
 
setZipFile(String) - Method in class org.jvnet.hudson.test.ExtractChangeLogParser.ExtractChangeLogEntry
 
SingleFileSCM - Class in org.jvnet.hudson.test
SCM useful for testing that puts just one file in the workspace.
SingleFileSCM(String, byte[]) - Constructor for class org.jvnet.hudson.test.SingleFileSCM
 
SingleFileSCM(String, String) - Constructor for class org.jvnet.hudson.test.SingleFileSCM
 
SingleFileSCM(String, URL) - Constructor for class org.jvnet.hudson.test.SingleFileSCM
When a check out is requested, serve the contents of the URL and place it with the given path name.
SLAVE_DEBUG_PORT - Static variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Specify this to a TCP/IP port number to have slaves started with the debugger.
SLAVE_DEBUG_PORT - Static variable in class org.jvnet.hudson.test.JenkinsRule
Specify this to a TCP/IP port number to have slaves started with the debugger.
SleepBuilder - Class in org.jvnet.hudson.test
Builder that just sleeps for the specified amount of milli-seconds.
SleepBuilder(long) - Constructor for class org.jvnet.hudson.test.SleepBuilder
 
SleepBuilder.DescriptorImpl - Class in org.jvnet.hudson.test
 
SleepBuilder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.SleepBuilder.DescriptorImpl
 
stderr() - Method in class hudson.cli.CLICommandInvoker.Result
 
stdout() - Method in class hudson.cli.CLICommandInvoker.Result
 
stop() - Method in class org.jvnet.hudson.test.JavaNetReverseProxy
 
stop() - Method in class org.jvnet.hudson.test.TestPluginManager
 
submit(HtmlForm) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Submits the form.
submit(HtmlForm, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Submits the form by clikcing the submit button of the given name.
submit(HtmlForm) - Method in class org.jvnet.hudson.test.JenkinsRule
Submits the form.
submit(HtmlForm, String) - Method in class org.jvnet.hudson.test.JenkinsRule
Submits the form by clikcing the submit button of the given name.
succeeded() - Static method in class hudson.cli.CLICommandInvoker.Matcher
 
succeededSilently() - Static method in class hudson.cli.CLICommandInvoker.Matcher
 

T

tearDown() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
tearDown(JenkinsRule, T) - Method in class org.jvnet.hudson.test.JenkinsRecipe.Runner
Called during TestCase.tearDown() to shut down the test environment.
tearDown() - Method in class org.jvnet.hudson.test.junit.GroupedTest
 
tearDown(HudsonTestCase, T) - Method in class org.jvnet.hudson.test.recipes.Recipe.Runner
Called during TestCase.tearDown() to shut down the test environment.
tearDowns - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
tearDowns - Variable in class org.jvnet.hudson.test.JenkinsRule
Runnables to be invoked at JenkinsRule.after() .
TemporaryDirectoryAllocator - Class in org.jvnet.hudson.test
Allocates temporary directories and cleans it up at the end.
TemporaryDirectoryAllocator(File) - Constructor for class org.jvnet.hudson.test.TemporaryDirectoryAllocator
 
TemporaryDirectoryAllocator() - Constructor for class org.jvnet.hudson.test.TemporaryDirectoryAllocator
 
temporaryDirectoryAllocator - Variable in class org.jvnet.hudson.test.TestEnvironment
 
TestBuilder - Class in org.jvnet.hudson.test
Partial Builder implementation for writing a one-off throw-away builder used during tests.
TestBuilder() - Constructor for class org.jvnet.hudson.test.TestBuilder
 
testCase - Variable in class org.jvnet.hudson.test.ComputerConnectorTester
 
testCase - Variable in class org.jvnet.hudson.test.TestEnvironment
Current test case being run (null for a JUnit 4 test).
testCliSanity() - Method in class org.jvnet.hudson.test.PluginAutomaticTestBuilder.CliSanityTest
 
TestCrumbIssuer - Class in org.jvnet.hudson.test
A crumb issuer that issues a constant crumb value.
TestCrumbIssuer() - Constructor for class org.jvnet.hudson.test.TestCrumbIssuer
 
TestCrumbIssuer.DescriptorImpl - Class in org.jvnet.hudson.test
 
TestCrumbIssuer.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.TestCrumbIssuer.DescriptorImpl
 
testDescription - Variable in class org.jvnet.hudson.test.JenkinsRule
 
TestEnvironment - Class in org.jvnet.hudson.test
TODO: deprecate this, and just consolidate this to HudsonTestCase.
TestEnvironment(HudsonTestCase) - Constructor for class org.jvnet.hudson.test.TestEnvironment
 
TestEnvironment(Description) - Constructor for class org.jvnet.hudson.test.TestEnvironment
 
TestExtension - Annotation Type in org.jvnet.hudson.test
Works like Extension except used for inserting extensions during unit tests.
TestExtensionLoader - Class in org.jvnet.hudson.test
TestExtensionLoader() - Constructor for class org.jvnet.hudson.test.TestExtensionLoader
 
TestPluginManager - Class in org.jvnet.hudson.test
PluginManager to speed up unit tests.
ThreadPoolImpl - Class in org.jvnet.hudson.test
 
ThreadPoolImpl(ExecutorService) - Constructor for class org.jvnet.hudson.test.ThreadPoolImpl
 
time - Variable in class org.jvnet.hudson.test.SleepBuilder
 
timeout - Variable in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Number of seconds until the test times out.
timeout - Variable in class org.jvnet.hudson.test.JenkinsRule
Number of seconds until the test times out.
toString() - Method in class hudson.cli.CLICommandInvoker.Result
 
toString() - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
Formats this call stack, arguments, and its local variables as a human readable string.
toString() - Method in class org.jvnet.hudson.test.rhino.JavaScriptDebugger
Formats the current call stack into a human readable string.
TouchBuilder - Class in org.jvnet.hudson.test
 
TouchBuilder() - Constructor for class org.jvnet.hudson.test.TouchBuilder
 

U

UnstableBuilder - Class in org.jvnet.hudson.test
Mock Builder that always cause a build to fail.
UnstableBuilder() - Constructor for class org.jvnet.hudson.test.UnstableBuilder
 
UnstableBuilder.DescriptorImpl - Class in org.jvnet.hudson.test
 
UnstableBuilder.DescriptorImpl() - Constructor for class org.jvnet.hudson.test.UnstableBuilder.DescriptorImpl
 
useLocalPluginManager - Variable in class org.jvnet.hudson.test.HudsonTestCase
useLocalPluginManager - Variable in class org.jvnet.hudson.test.JenkinsRule
Deprecated.
user() - Method in class hudson.cli.CLICommandInvoker
 

V

validateCrumb(ServletRequest, String, String) - Method in class org.jvnet.hudson.test.TestCrumbIssuer
 
valueOf(String) - Static method in enum org.jvnet.hudson.test.recipes.PresetData.DataSet
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jvnet.hudson.test.recipes.PresetData.DataSet
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitUntilNoActivity() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Waits until Hudson finishes building everything, including those in the queue.
waitUntilNoActivity() - Method in class org.jvnet.hudson.test.JenkinsRule
Waits until Hudson finishes building everything, including those in the queue.
waitUntilNoActivityUpTo(int) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Waits until Jenkins finishes building everything, including those builds in the queue, or fail the test if the specified timeout milliseconds is exceeded.
waitUntilNoActivityUpTo(int) - Method in class org.jvnet.hudson.test.JenkinsRule
Waits until Hudson finishes building everything, including those in the queue, or fail the test if the specified timeout milliseconds is
with(HudsonHomeLoader) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
with(PluginManager) - Method in class org.jvnet.hudson.test.JenkinsRule
 
with(HudsonHomeLoader) - Method in class org.jvnet.hudson.test.JenkinsRule
 
withArgs(String...) - Method in class hudson.cli.CLICommandInvoker
 
withAuthor(String) - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
withExistingHome(File) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
withExistingHome(File) - Method in class org.jvnet.hudson.test.JenkinsRule
 
withMsg(String) - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
withNewHome() - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
 
withNewHome() - Method in class org.jvnet.hudson.test.JenkinsRule
 
WithoutJenkins - Annotation Type in org.jvnet.hudson.test
An annotation for test methods that do not require the JenkinsRule/HudsonTestCase to create and tear down the jenkins instance.
WithoutJenkins.RunnerImpl - Class in org.jvnet.hudson.test
 
WithoutJenkins.RunnerImpl() - Constructor for class org.jvnet.hudson.test.WithoutJenkins.RunnerImpl
 
WithPlugin - Annotation Type in org.jvnet.hudson.test.recipes
Installs the specified plugin before launching Hudson.
WithPlugin.RuleRunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithPlugin.RuleRunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithPlugin.RuleRunnerImpl
 
WithPlugin.RunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithPlugin.RunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
 
WithPluginManager - Annotation Type in org.jvnet.hudson.test.recipes
Runs the test case with a custom plugin manager.
WithPluginManager.RuleRunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithPluginManager.RuleRunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithPluginManager.RuleRunnerImpl
 
WithPluginManager.RunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithPluginManager.RunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithPluginManager.RunnerImpl
 
withPresetData(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
Deprecated.
Declares that this test case expects to start with one of the preset data sets.
withPresetData(String) - Method in class org.jvnet.hudson.test.JenkinsRule
Declares that this test case expects to start with one of the preset data sets.
withStdin(InputStream) - Method in class hudson.cli.CLICommandInvoker
 
WithTimeout - Annotation Type in org.jvnet.hudson.test.recipes
Times out the test after the specified number of seconds.
WithTimeout.RuleRunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithTimeout.RuleRunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithTimeout.RuleRunnerImpl
 
WithTimeout.RunnerImpl - Class in org.jvnet.hudson.test.recipes
 
WithTimeout.RunnerImpl() - Constructor for class org.jvnet.hudson.test.recipes.WithTimeout.RunnerImpl
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2004-2014. All Rights Reserved.