public static class WithPlugin.RuleRunnerImpl extends JenkinsRecipe.Runner<WithPlugin>
Constructor and Description |
---|
RuleRunnerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
decorateHome(JenkinsRule jenkinsRule,
File home)
Called right before
Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
setup(JenkinsRule jenkinsRule,
WithPlugin recipe)
Called during
TestCase.setUp() to prepare the test environment. |
tearDown
public void setup(JenkinsRule jenkinsRule, WithPlugin recipe) throws Exception
JenkinsRecipe.Runner
TestCase.setUp()
to prepare the test environment.setup
in class JenkinsRecipe.Runner<WithPlugin>
Exception
public void decorateHome(JenkinsRule jenkinsRule, File home) throws Exception
JenkinsRecipe.Runner
Jenkins(java.io.File, javax.servlet.ServletContext)
is invoked
to decorate the hudson home directory.decorateHome
in class JenkinsRecipe.Runner<WithPlugin>
Exception
Copyright © 2004–2022. All rights reserved.