org.jvnet.hudson.test.recipes
Annotation Type WithPlugin


@Documented
@Recipe(value=WithPlugin.RunnerImpl.class)
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface WithPlugin

Installs the specified plugin before launching Hudson.

Author:
Kohsuke Kawaguchi

Required Element Summary
 java.lang.String value
          Name of the plugin.
 

Element Detail

value

public abstract java.lang.String value
Name of the plugin. For now, this has to be one of the plugins statically available in resources "/plugins/NAME". TODO: support retrieval through Maven repository.



Copyright © 2010. All Rights Reserved.