|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hudson.test.JenkinsRecipe.Runner<T>
T
- The recipe annotation associated with this runner.public abstract static class JenkinsRecipe.Runner<T extends Annotation>
The code that implements the recipe semantics.
Constructor Summary | |
---|---|
JenkinsRecipe.Runner()
|
Method Summary | |
---|---|
void |
decorateHome(JenkinsRule jenkinsRule,
File home)
Called right before Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
setup(JenkinsRule jenkinsRule,
T recipe)
Called during TestCase.setUp() to prepare the test environment. |
void |
tearDown(JenkinsRule jenkinsRule,
T recipe)
Called during TestCase.tearDown() to shut down the test environment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JenkinsRecipe.Runner()
Method Detail |
---|
public void setup(JenkinsRule jenkinsRule, T recipe) throws Exception
TestCase.setUp()
to prepare the test environment.
Exception
public void decorateHome(JenkinsRule jenkinsRule, File home) throws Exception
Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext)
is invoked
to decorate the hudson home directory.
Exception
public void tearDown(JenkinsRule jenkinsRule, T recipe) throws Exception
TestCase.tearDown()
to shut down the test environment.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |