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


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

Runs a test case with one of the preset JENKINS_HOME data set.

Author:
Kohsuke Kawaguchi
See Also:
LocalData

Required Element Summary
 PresetData.DataSet value
          One of the preset data to choose from.
 

Element Detail

value

public abstract PresetData.DataSet value
One of the preset data to choose from.



Copyright © 2004-2013. All Rights Reserved.