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
 
addChange() - Method in class org.jvnet.hudson.test.FakeChangeLogSCM
 
addCrumb(WebRequestSettings) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
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
 
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.
ApiTokenPropertyTest - Class in jenkins.security
 
ApiTokenPropertyTest() - Constructor for class jenkins.security.ApiTokenPropertyTest
 
apply(Statement, Description) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertAllImageLoadSuccessfully(HtmlPage) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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
 
assertBuildStatusSuccess(Future<? extends R>) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
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
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
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)
assertGoodStatus(Page) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
assertHelpExists(Class<? extends Describable>, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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
Asserts that the console output of the build does not contain the given substring.
assertStringContains(String, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
assertStringContains(String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Asserts that the XPath matches.
assertXPath(DomNode, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
 
assertXPathResultsContainText(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertXPathValue(DomNode, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
assertXPathValue(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 
assertXPathValueContains(DomNode, String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
assertXPathValueContains(DomNode, String, String) - Method in class org.jvnet.hudson.test.JenkinsRule
 

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
 
buildAndAssertSuccess(FreeStyleProject) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
 
buildAndAssertSuccess(MavenModule) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Wraps a closure as a Builder.
buildResultInTearDown - Variable in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
 
buildResultInTearDown - Variable in class org.jvnet.hudson.test.JenkinsRule.TestBuildWrapper
 

C

callStack - Variable in class org.jvnet.hudson.test.rhino.JavaScriptDebugger
Call stack as a list.
CallStackFrame - Class in org.jvnet.hudson.test.rhino
Stack frame.
CallStackFrame(JavaScriptDebugger, DebuggableScript) - Constructor for class org.jvnet.hudson.test.rhino.CallStackFrame
 
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
 
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
 
ClosureExecuterAction - Class in org.jvnet.hudson.test
Server-side logic that implements HudsonTestCase.executeOnServer(Callable).
ClosureExecuterAction() - Constructor for class org.jvnet.hudson.test.ClosureExecuterAction
 
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
 
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
Hits the Hudson system configuration and submits without any modification.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
 
configRoundtrip(B) - Method in class org.jvnet.hudson.test.HudsonTestCase
Performs a configuration round-trip testing for a builder.
configRoundtrip(P) - Method in class org.jvnet.hudson.test.HudsonTestCase
Performs a configuration round-trip testing for a publisher.
configRoundtrip(C) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
configRoundtrip(User) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
configRoundtrip(N) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
configRoundtrip(V) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
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
Returns the older default Maven, while still allowing specification of other bundled Mavens.
configureDefaultMaven(String, int) - Method in class org.jvnet.hudson.test.HudsonTestCase
Locates Maven2 and configure 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
 
configureMaven3() - Method in class org.jvnet.hudson.test.JenkinsRule
 
configureUpdateCenter() - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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
Where in the Server is Hudson deployed?
contextPath - Variable in class org.jvnet.hudson.test.JenkinsRule
Where in the Server is Hudson deployed?
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
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
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
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.
createFreeStyleProject() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createFreeStyleProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Creates Launcher.LocalLauncher.
createLocalLauncher() - Method in class org.jvnet.hudson.test.JenkinsRule
Creates Launcher.LocalLauncher.
createMatrixProject() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createMatrixProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Creates a empty Maven project with an unique name.
createMavenProject(String) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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
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
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 onilne 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 onilne 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
 
createPretendSlave(FakeLauncher) - Method in class org.jvnet.hudson.test.JenkinsRule
 
createSlave() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createSlave(Label) - Method in class org.jvnet.hudson.test.HudsonTestCase
Creates and launches a new slave on the local host.
createSlave(EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createSlave(Label, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createSlave(String, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
Creates a slave with certain additional environment variables
createSlave(String, String, EnvVars) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
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
Allocates a new temporary directory for the duration of this test.
createTmpDir() - Method in class org.jvnet.hudson.test.JenkinsRule
Allocates a new temporary directory for the duration of this test.
createUniqueProjectName() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
createWebClient() - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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(HudsonTestCase, File) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
 
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
 
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
 
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

env - Variable in class org.jvnet.hudson.test.HudsonTestCase
 
eval(Runnable) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
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
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
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
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
 
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
 
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
 
findDataBoundConstructor(Class<?>) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
findDataBoundConstructor(Class<?>) - Method in class org.jvnet.hudson.test.JenkinsRule
 
findPreviousInputElement(HtmlElement, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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.

G

get(Class<T>) - Method in class org.jvnet.hudson.test.HudsonTestCase
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
 
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
 
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
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.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
 
getDisplayName() - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
 
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.PretendSlave.DescriptorImpl
 
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
 
getIconFileName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
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
 
getLog(Run) - Static method in class org.jvnet.hudson.test.HudsonTestCase
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
Short for getPage(r,""), to access the top page of a build.
getPage(Run, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
Accesses a page inside Run.
getPage(Item) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
getPage(Item, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
getPage(Node) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
getPage(Node, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
getPage(View) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
getPage(View, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
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
 
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
 
getThreads() - Method in class org.jvnet.hudson.test.ThreadPoolImpl
 
getURL() - Method in class org.jvnet.hudson.test.HudsonTestCase
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.
getUrlName() - Method in class org.jvnet.hudson.test.ClosureExecuterAction
 
getUrlName() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
getUrlName() - Method in class org.jvnet.hudson.test.JenkinsRule
 
getVariables() - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
In-scope variables.
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
Requests a page within Hudson.
goTo(String, String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
goTo(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Requests a page within Hudson.
goTo(String, String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
 
goToXml(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
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
HudsonTestCase with more convenience methods for Groovy.
GroovyHudsonTestCase() - Constructor for class org.jvnet.hudson.test.GroovyHudsonTestCase
 
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
 
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
 
hasNonEqualityWithNulls() - Static method in class org.jvnet.hudson.test.JenkinsMatchers
 
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
 
homeLoader - Variable in class org.jvnet.hudson.test.JenkinsRule
 
hudson - Variable in class org.jvnet.hudson.test.HudsonTestCase
Points to the same object as HudsonTestCase.jenkins does.
hudson - Variable in class org.jvnet.hudson.test.JenkinsRule
Points to the same object as JenkinsRule.jenkins does.
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
Base class for all Jenkins test cases.
HudsonTestCase(String) - Constructor for class org.jvnet.hudson.test.HudsonTestCase
 
HudsonTestCase() - Constructor for class org.jvnet.hudson.test.HudsonTestCase
 
HudsonTestCase.BreakException - Exception in org.jvnet.hudson.test
 
HudsonTestCase.BreakException() - Constructor for exception org.jvnet.hudson.test.HudsonTestCase.BreakException
 
HudsonTestCase.ComputerListenerImpl - Class in org.jvnet.hudson.test
 
HudsonTestCase.ComputerListenerImpl() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.ComputerListenerImpl
 
HudsonTestCase.TestBuildWrapper - Class in org.jvnet.hudson.test
 
HudsonTestCase.TestBuildWrapper() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
 
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor - Class in org.jvnet.hudson.test
 
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor
 
HudsonTestCase.WebClient - Class in org.jvnet.hudson.test
Extends WebClient and provide convenience methods for accessing Hudson.
HudsonTestCase.WebClient() - Constructor for class org.jvnet.hudson.test.HudsonTestCase.WebClient
 

I

INSTANCE - Static variable in class org.jvnet.hudson.test.HudsonPageCreator
 
INSTANCE - Static variable in class org.jvnet.hudson.test.TestPluginManager
 
interactiveBreak() - Method in class org.jvnet.hudson.test.HudsonTestCase
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
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.
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
 
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
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
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 to https://hudson.dev.java.net/ , so that during a test we can avoid hitting java.net.
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
 
jenkins - Variable in class org.jvnet.hudson.test.JenkinsRule
 
jenkins.model - package jenkins.model
 
jenkins.security - package jenkins.security
 
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 4.10+ style 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.ComputerListenerImpl - Class in org.jvnet.hudson.test
 
JenkinsRule.ComputerListenerImpl() - Constructor for class org.jvnet.hudson.test.JenkinsRule.ComputerListenerImpl
 
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
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
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
 
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.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
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
Logs in to Jenkins.
login(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
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 Hudson.
login(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
Logs in to Hudson, by using the user name as the password.

M

MIME_TYPES - Static variable in class org.jvnet.hudson.test.HudsonTestCase
 
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
 

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
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
 
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(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
 
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

onDebuggerStatement(Context) - Method in class org.jvnet.hudson.test.rhino.CallStackFrame
 
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
 
onOnline(Computer, TaskListener) - Method in class org.jvnet.hudson.test.HudsonTestCase.ComputerListenerImpl
 
onOnline(Computer, TaskListener) - Method in class org.jvnet.hudson.test.JenkinsRule.ComputerListenerImpl
 
org.jvnet.hudson.test - package org.jvnet.hudson.test
Test harness for Hudson 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
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.FailureBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.MockBuilder
 
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
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.UnstableBuilder
 
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
 
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.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

recipe() - Method in class org.jvnet.hudson.test.HudsonTestCase
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
If this test harness is launched for a Jenkins plugin, locate the target/test-classes/the.hpl 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.hpl and add a recipe to install that to the new Jenkins.
recipes - Variable in class org.jvnet.hudson.test.HudsonTestCase
 
recipes - Variable in class org.jvnet.hudson.test.JenkinsRule
 
result - Variable in class org.jvnet.hudson.test.MockBuilder
 
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
 
runGroupedTests(TestResult) - Method in class org.jvnet.hudson.test.junit.GroupedTest
Executes the nested tests.
runTest() - Method in class org.jvnet.hudson.test.DefaultConstructorChecker
 
runTest() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Performs a search from the search box.
search(String) - Method in class org.jvnet.hudson.test.HudsonTestCase.WebClient
 
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
 
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
 
server - Variable in class org.jvnet.hudson.test.JenkinsRule
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jvnet.hudson.test.JavaNetReverseProxy
 
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
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
 
setQuietPeriod(int) - Method in class org.jvnet.hudson.test.JenkinsRule
 
setUp() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jvnet.hudson.test.HudsonTestCase.TestBuildWrapper
 
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(HudsonTestCase, LocalData) - Method in class org.jvnet.hudson.test.recipes.LocalData.RunnerImpl
 
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(HudsonTestCase, WithPlugin) - Method in class org.jvnet.hudson.test.recipes.WithPlugin.RunnerImpl
 
setup(HudsonTestCase, WithPluginManager) - Method in class org.jvnet.hudson.test.recipes.WithPluginManager.RunnerImpl
 
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
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
 
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
Submits the form.
submit(HtmlForm, String) - Method in class org.jvnet.hudson.test.HudsonTestCase
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.

T

tearDown() - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
Runnables to be invoked at HudsonTestCase.tearDown().
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
 
testBasics() - Method in class jenkins.security.ApiTokenPropertyTest
Tests the UI interaction and authentication.
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.
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
 
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
 
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
Loads TestExtensions.
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
 
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
Deprecated. Use HudsonTestCase.pluginManager
useLocalPluginManager - Variable in class org.jvnet.hudson.test.JenkinsRule
Deprecated. Use JenkinsRule.pluginManager

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
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
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
 
with(PluginManager) - Method in class org.jvnet.hudson.test.JenkinsRule
 
with(HudsonHomeLoader) - Method in class org.jvnet.hudson.test.JenkinsRule
 
withAuthor(String) - Method in class org.jvnet.hudson.test.FakeChangeLogSCM.EntryImpl
 
withExistingHome(File) - Method in class org.jvnet.hudson.test.HudsonTestCase
 
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
 
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 to create and tear down the jenkins instance.
WithPlugin - Annotation Type in org.jvnet.hudson.test.recipes
Installs the specified plugin before launching Hudson.
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.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
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.

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

Copyright © 2004-2012. All Rights Reserved.