- 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.
- assertEqualDataBoundBeans(List<?>, List<?>) - Method in class org.jvnet.hudson.test.HudsonTestCase
-
Deprecated.
- assertEqualDataBoundBeans(Object, Object) - Method in class org.jvnet.hudson.test.JenkinsRule
-
- assertEqualDataBoundBeans(List<?>, List<?>) - Method in class org.jvnet.hudson.test.JenkinsRule
-
- 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
-
- 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
-
- 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.
- createCrumbedUrl(String) - Method in class org.jvnet.hudson.test.JenkinsRule.WebClient
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-