| Package | Description |
|---|---|
| org.jvnet.hudson.test |
Test harness for Jenkins and its plugins.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HudsonHomeLoader.CopyExisting
Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
|
static class |
HudsonHomeLoader.Local
Allocates a new directory by copying from a test resource
|
| Modifier and Type | Field and Description |
|---|---|
protected HudsonHomeLoader |
JenkinsRule.homeLoader |
protected HudsonHomeLoader |
HudsonTestCase.homeLoader
Deprecated.
|
static HudsonHomeLoader |
HudsonHomeLoader.NEW
Allocates a new empty directory, meaning this will emulate the fresh Hudson installation.
|
| Modifier and Type | Method and Description |
|---|---|
JenkinsRule |
JenkinsRule.with(HudsonHomeLoader homeLoader) |
HudsonTestCase |
HudsonTestCase.with(HudsonHomeLoader homeLoader)
Deprecated.
|
Copyright © 2004–2019. All rights reserved.