public interface HudsonHomeLoader
HudsonTestCase
initializes JENKINS_HOME
.Modifier and Type | Interface 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 |
---|---|
static HudsonHomeLoader |
NEW
Allocates a new empty directory, meaning this will emulate the fresh Hudson installation.
|
Modifier and Type | Method and Description |
---|---|
File |
allocate()
Returns a directory to be used as
JENKINS_HOME |
static final HudsonHomeLoader NEW
Copyright © 2004–2022. All rights reserved.