Package org.jvnet.hudson.test
Annotation Interface WithoutJenkins
@Retention(RUNTIME)
@Documented
@Target(METHOD)
@Recipe(RunnerImpl.class)
public @interface WithoutJenkins
An annotation for test methods that do not require the
JenkinsRule
/HudsonTestCase
to create and tear down the jenkins
instance.-
Nested Class Summary