| Package | Description |
|---|---|
| hudson.cli | |
| hudson.core | |
| org.jvnet.hudson.test |
Test harness for Jenkins and its plugins.
|
| org.jvnet.hudson.test.recipes |
Declaratively specify the environment in which a test will be run.
|
| Constructor and Description |
|---|
CLICommandInvoker(JenkinsRule rule,
hudson.cli.CLICommand command) |
CLICommandInvoker(JenkinsRule rule,
String command) |
| Modifier and Type | Field and Description |
|---|---|
JenkinsRule |
PluginManagerOverrideTest.j |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyJenkinsRule
JenkinsRule variant with special options for tests written in Groovy. |
| Modifier and Type | Field and Description |
|---|---|
JenkinsRule |
RestartableJenkinsRule.j |
JenkinsRule |
JenkinsComputerConnectorTester.jenkinsRule |
| Modifier and Type | Method and Description |
|---|---|
JenkinsRule |
JenkinsRule.with(HudsonHomeLoader homeLoader) |
JenkinsRule |
JenkinsRule.with(hudson.PluginManager pluginManager) |
JenkinsRule |
JenkinsRule.withExistingHome(File source) |
JenkinsRule |
JenkinsRule.withNewHome() |
JenkinsRule |
JenkinsRule.withPresetData(String name)
Declares that this test case expects to start with one of the preset data sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JenkinsRecipe.Runner.decorateHome(JenkinsRule jenkinsRule,
File home)
Called right before
Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
JenkinsRecipe.Runner.setup(JenkinsRule jenkinsRule,
T recipe)
Called during
TestCase.setUp() to prepare the test environment. |
void |
JenkinsRecipe.Runner.tearDown(JenkinsRule jenkinsRule,
T recipe)
Called during
TestCase.tearDown() to shut down the test environment. |
| Constructor and Description |
|---|
JenkinsComputerConnectorTester(JenkinsRule testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
WithPluginManager.RuleRunnerImpl.decorateHome(JenkinsRule jenkinsRule,
File home) |
void |
WithPlugin.RuleRunnerImpl.decorateHome(JenkinsRule jenkinsRule,
File home) |
void |
LocalData.RuleRunnerImpl.setup(JenkinsRule jenkinsRule,
LocalData recipe) |
void |
PresetData.RuleRunnerImpl.setup(JenkinsRule jenkinsRule,
PresetData recipe) |
void |
WithPlugin.RuleRunnerImpl.setup(JenkinsRule jenkinsRule,
WithPlugin recipe) |
void |
WithPluginManager.RuleRunnerImpl.setup(JenkinsRule jenkinsRule,
WithPluginManager recipe) |
void |
WithTimeout.RuleRunnerImpl.setup(JenkinsRule jenkinsRule,
WithTimeout recipe) |
Copyright © 2004–2015. All rights reserved.