Class JenkinsRecipe.Runner<T extends Annotation>

    • Constructor Detail

      • Runner

        public Runner()
    • Method Detail

      • setup

        public void setup​(JenkinsRule jenkinsRule,
                          T recipe)
                   throws Exception
        Called during TestCase.setUp() to prepare the test environment.
        Throws:
        Exception
      • decorateHome

        public void decorateHome​(JenkinsRule jenkinsRule,
                                 File home)
                          throws Exception
        Called right before Jenkins(java.io.File, javax.servlet.ServletContext) is invoked to decorate the hudson home directory.
        Throws:
        Exception
      • tearDown

        public void tearDown​(JenkinsRule jenkinsRule,
                             T recipe)
                      throws Exception
        Called during TestCase.tearDown() to shut down the test environment.
        Throws:
        Exception