Google
×
An unit of a configured item in Jenkins that gets transported to another Jenkins instance. Recipe is a collection of Ingredient s. Author: Kohsuke Kawaguchi ...
Represents a reference to single plugin in the recipe and how it compares with the current state of the system. Nested classes/interfaces inherited from ...
Meta-annotation for recipe annotations, which controls the test environment set up. This is JUnit3 version of JenkinsRecipe. Author: Kohsuke Kawaguchi ...
Class ExportMechanism ... The code that exports a recipe to somewhere. Author: Kohsuke Kawaguchi ...
Group of Ingredient s that represent a set of configured stuff in Jenkins that gets transported from one Jenkins to another, for example for one person to ...
Keeps track of the record of what was actually done during the import process, which can be thought of a collection of ImportReport s.
Called during TestCase.setUp() to prepare the test environment. Methods inherited from class org.jvnet.hudson.test.recipes.Recipe.Runner · decorateHome, ...
Constructor Detail. PluginIngredient.Item. public PluginIngredient.Item(String token). Parameters: token - NAME[@VERSION] format used in the configuration ...
This plugin provides mechanism to export/import a set of Jenkins model objects between different Jenkins instances.
Method Summary ; void, cook(Recipe recipe, ImportReportList reportList). Imports this ingredient into the current Jenkins. ; String · getValue() ; void, setValue( ...