T - The recipe annotation associated with this runner.public abstract static class JenkinsRecipe.Runner<T extends Annotation> extends Object
| Constructor and Description |
|---|
Runner() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorateHome(JenkinsEmbedder embedder,
File home)
Called right before
Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
setup(JenkinsEmbedder embedder,
T recipe)
Called to prepare the execution environment.
|
void |
tearDown(JenkinsEmbedder embedder,
T recipe)
Called to shut down the execution environment.
|
public void setup(JenkinsEmbedder embedder, T recipe) throws Exception
Exceptionpublic void decorateHome(JenkinsEmbedder embedder, File home) throws Exception
Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory.Exceptionpublic void tearDown(JenkinsEmbedder embedder, T recipe) throws Exception
ExceptionCopyright © 2004–2020. All rights reserved.