| Interface | Description |
|---|---|
| HudsonHomeLoader |
Controls how JENKINS_HOME is initialized.
|
| LenientRunnable |
Like
Runnable but can throw any exception. |
| Class | Description |
|---|---|
| HudsonHomeLoader.CopyExisting |
Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
|
| HudsonHomeLoader.Local |
Allocates a new directory by copying from a test resource
|
| JenkinsRecipe.Runner<T extends Annotation> |
The code that implements the recipe semantics.
|
| MockFolder |
Minimal implementation of a modifiable item group akin to the Folders plugin.
|
| MockFolder.DescriptorImpl | |
| SupportLogFormatter |
Format log files in a nicer format that is easier to read and search.
|
| TemporaryDirectoryAllocator |
Allocates temporary directories and cleans it up at the end.
|
| TestEnvironment |
| Annotation Type | Description |
|---|---|
| JenkinsRecipe |
Meta-annotation for recipe annotations, which controls
the test environment set up.
|
Copyright © 2004–2018. All rights reserved.