| Interface | Description |
|---|---|
| HudsonHomeLoader |
Controls how JENKINS_HOME is initialized.
|
| LenientRunnable |
Like
Runnable but can throw any exception. |
| Class | Description |
|---|---|
| ExecutionEnvironment | |
| 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
|
| HudsonHomeLoader.UseExisting |
Does not allocate a new directory but uses the specified one.
|
| JenkinsRecipe.Runner<T extends Annotation> |
The code that implements the recipe semantics.
|
| TemporaryDirectoryAllocator |
Allocates temporary directories and cleans it up at the end.
|
| Annotation Type | Description |
|---|---|
| JenkinsRecipe |
Meta-annotation for recipe annotations, which controls
the execution environment set up.
|
Copyright © 2004–2020. All rights reserved.