A C D E F G I J L N O P R S T U V W X 

A

add(ImportReport) - Method in class org.jenkinsci.plugins.recipe.ImportReportList
 
all() - Static method in class org.jenkinsci.plugins.recipe.IngredientDescriptor
 
all() - Static method in class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanismDescriptor
 
apply(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.recipe.Ingredient
Apply the import options to this ingredient (such as parameter values, variable names, etc.) This is a destructive operation.
apply(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
apply(XStreamDOM) - Method in class org.jenkinsci.plugins.recipe.Recipe.ImportOptions
 
apply(String) - Method in class org.jenkinsci.plugins.recipe.Recipe.ImportOptions
 
author - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
User ID on jenkins-ci.org representing who submitted this.

C

CommunityMechanism - Class in org.jenkinsci.plugins.recipe.mechanisms
Uploads to http://recipe.jenkins-ci.org/
CommunityMechanism() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.CommunityMechanism
 
CommunityMechanism.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.mechanisms
 
CommunityMechanism.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.CommunityMechanism.DescriptorImpl
 
cook(Recipe, ImportReportList) - Method in class org.jenkinsci.plugins.recipe.Ingredient
Imports this ingredient into the current Jenkins.
cook(Recipe, ImportReportList) - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
cook(Recipe, ImportReportList) - Method in class org.jenkinsci.plugins.recipe.ingredients.Parameter
 
cook(Recipe, ImportReportList) - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 
cook(ImportReportList) - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
 
cook(Recipe, ImportReportList) - Method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
cook(ImportReportList) - Method in class org.jenkinsci.plugins.recipe.Recipe
Imports this ingredient into the current Jenkins.
createImportOptions() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
current - Variable in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
If this plugin is already in the current Jenkins, reference to it.

D

description - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
More lengthy description of the recipe in plain text.
displayName - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
Human readable title of this recipe in plain text.
doApplyPlugins(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.ImportConversation
 
doAutoCompleteChildProjects(String) - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.DescriptorImpl
 
doCheckName(String, RecipeWizard) - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.DescriptorImpl
 
doCheckVersion(String) - Method in class org.jenkinsci.plugins.recipe.Recipe.DescriptorImpl
 
doCook(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.ImportConversation
 
doDynamic() - Method in class org.jenkinsci.plugins.recipe.mechanisms.DownloadMechanism
To serve the recipe under arbitrary file name.
doDynamic(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.recipe.mechanisms.GistMechanism
 
doExport(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
doExport(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.mechanisms.CommunityMechanism
 
doExport(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.mechanisms.DownloadMechanism
 
doExport(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanism
Once the user selected the export mechanism, this method is called to perform the export operation.
doExport(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.mechanisms.GistMechanism
 
doFillNamesItems() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.DescriptorImpl
 
doImport() - Method in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
Initiate the import session with this recipe.
doRetrieve(URL) - Method in class org.jenkinsci.plugins.recipe.ImportWizard
Retrieves the recipe and starts the conversation to import it.
doUpload(StaplerRequest) - Method in class org.jenkinsci.plugins.recipe.ImportWizard
Accepts submitted recipe.
DownloadMechanism - Class in org.jenkinsci.plugins.recipe.mechanisms
Downloads the XML file as-is.
DownloadMechanism() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.DownloadMechanism
 
DownloadMechanism.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.mechanisms
 
DownloadMechanism.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.DownloadMechanism.DescriptorImpl
 

E

error - Variable in class org.jenkinsci.plugins.recipe.ImportConversation
If this conversation resulted in any error, put it here and the user will see it.
ExportMechanism - Class in org.jenkinsci.plugins.recipe.mechanisms
The code that exports a recipe to somewhere.
ExportMechanism() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanism
 
ExportMechanismDescriptor - Class in org.jenkinsci.plugins.recipe.mechanisms
Descriptor for ExportMechanism.
ExportMechanismDescriptor(Class<? extends ExportMechanism>) - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanismDescriptor
 
ExportMechanismDescriptor() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanismDescriptor
 
ExportWizard - Class in org.jenkinsci.plugins.recipe
 
ExportWizard() - Constructor for class org.jenkinsci.plugins.recipe.ExportWizard
 
ExportWizard.DescriptorImpl - Class in org.jenkinsci.plugins.recipe
 
ExportWizard.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.ExportWizard.DescriptorImpl
 
EXTENSION - Static variable in class org.jenkinsci.plugins.recipe.Recipe
Common file extension for Jenkins recipe.

F

fromJob(Job, String) - Static method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
fromView(View) - Static method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 

G

generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class org.jenkinsci.plugins.recipe.Recipe
Writes this object as HTTP response.
get() - Static method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getCatalog() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getConversation() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
Binds ImportConversation to /conversation/
getCurrent() - Static method in class org.jenkinsci.plugins.recipe.ImportConversation
 
getDefinition() - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
getDefinition() - Method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
getDescription() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getDescription() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getDescription() - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
getDescription() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getDescriptor() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getDescriptor() - Method in class org.jenkinsci.plugins.recipe.Ingredient
 
getDescriptor() - Method in class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanism
 
getDescriptorByName(String) - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getDescriptorByName(String) - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ExportWizard.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ingredients.Parameter.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.mechanisms.CommunityMechanism.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.mechanisms.DownloadMechanism.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.mechanisms.GistMechanism.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.Recipe.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getFileName() - Method in class org.jenkinsci.plugins.recipe.Recipe
Returns the suggested file name for this recipe.
getIconFileName() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getIconFileName() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getId() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getIngredients() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getIngredients(Class<T>) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getMechanism() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
Maps the currently selected export mechanism to the URL space.
getName() - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
getName() - Method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
getNameList() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 
getParameters() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
getPersistenceElementName() - Method in class org.jenkinsci.plugins.recipe.IngredientDescriptor
Element name that appears in the persisted format.
getPluginsThatRequireAttention() - Method in class org.jenkinsci.plugins.recipe.ImportConversation
 
getRecipe() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getRecipe() - Method in class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanism
 
getRecipe(String) - Method in class org.jenkinsci.plugins.recipe.RecipeCatalog
 
getRecipeAsString() - Method in class org.jenkinsci.plugins.recipe.mechanisms.CommunityMechanism
 
getRecipes() - Method in class org.jenkinsci.plugins.recipe.RecipeCatalog
Obtained the parsed recipes.
getUrlName() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
getUrlName() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
getValue() - Method in class org.jenkinsci.plugins.recipe.ingredients.Parameter
 
getVersion() - Method in class org.jenkinsci.plugins.recipe.Recipe
 
GistMechanism - Class in org.jenkinsci.plugins.recipe.mechanisms
Creates a Gist.
GistMechanism() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.GistMechanism
 
GistMechanism.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.mechanisms
 
GistMechanism.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.mechanisms.GistMechanism.DescriptorImpl
 

I

id - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
Unique name of the recipe that consists entirely from identifier-safe characters
ID_PATTERN - Static variable in class org.jenkinsci.plugins.recipe.Recipe
 
ImportConversation - Class in org.jenkinsci.plugins.recipe
Conversation-scoped object that guides the user through the importing process.
ImportConversation(Recipe) - Constructor for class org.jenkinsci.plugins.recipe.ImportConversation
 
ImportReport - Class in org.jenkinsci.plugins.recipe
 
ImportReport() - Constructor for class org.jenkinsci.plugins.recipe.ImportReport
 
ImportReportList - Class in org.jenkinsci.plugins.recipe
Keeps track of the record of what was actually done during the import process, which can be thought of a collection of ImportReports.
ImportReportList() - Constructor for class org.jenkinsci.plugins.recipe.ImportReportList
 
ImportWizard - Class in org.jenkinsci.plugins.recipe
Entry point to the import wizard.
ImportWizard() - Constructor for class org.jenkinsci.plugins.recipe.ImportWizard
 
Ingredient - Class in org.jenkinsci.plugins.recipe
An unit of a configured item in Jenkins that gets transported to another Jenkins instance.
Ingredient() - Constructor for class org.jenkinsci.plugins.recipe.Ingredient
 
IngredientDescriptor - Class in org.jenkinsci.plugins.recipe
 
IngredientDescriptor() - Constructor for class org.jenkinsci.plugins.recipe.IngredientDescriptor
 
init() - Static method in class org.jenkinsci.plugins.recipe.Recipe
 
installSource - Variable in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
If this plugin is installable from the update center, reference to it.
isExport() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
isExport() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
isExport() - Method in interface org.jenkinsci.plugins.recipe.RecipeWizard
 
isImport() - Method in class org.jenkinsci.plugins.recipe.ExportWizard
 
isImport() - Method in class org.jenkinsci.plugins.recipe.ImportWizard
 
isImport() - Method in interface org.jenkinsci.plugins.recipe.RecipeWizard
 
isUpToDate() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
Returns true if the plugin is already installed on the system and satisfies the constraint.
isVisibleDuringImport() - Method in class org.jenkinsci.plugins.recipe.Ingredient
Return false if this recipe needs to be hidden during the import conversation.
isVisibleDuringImport() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 
iterator() - Method in class org.jenkinsci.plugins.recipe.ImportReportList
 

J

job - Variable in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.ImportReportImpl
 
JobIngredient - Class in org.jenkinsci.plugins.recipe.ingredients
Ingredient that transports a job definition (but no build records.)
JobIngredient(String, String, XStreamDOM) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
JobIngredient(String, String) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
JobIngredient.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.ingredients
 
JobIngredient.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.DescriptorImpl
 
JobIngredient.ImportReportImpl - Class in org.jenkinsci.plugins.recipe.ingredients
 
JobIngredient.ImportReportImpl(TopLevelItem) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.JobIngredient.ImportReportImpl
 

L

load(URL) - Static method in class org.jenkinsci.plugins.recipe.Recipe
Loads the recipe from URL.

N

name - Variable in class org.jenkinsci.plugins.recipe.ingredients.Parameter
 
name - Variable in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
Short Name of the plugin as in PluginWrapper.getShortName()
names - Variable in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 

O

org.jenkinsci.plugins.recipe - package org.jenkinsci.plugins.recipe
 
org.jenkinsci.plugins.recipe.ingredients - package org.jenkinsci.plugins.recipe.ingredients
 
org.jenkinsci.plugins.recipe.mechanisms - package org.jenkinsci.plugins.recipe.mechanisms
 

P

Parameter - Class in org.jenkinsci.plugins.recipe.ingredients
 
Parameter(String) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.Parameter
 
Parameter.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.ingredients
 
Parameter.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.ingredients.Parameter.DescriptorImpl
 
parse() - Method in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
Parses all the specific plugins and return their information.
parseVersion() - Method in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
 
PluginIngredient - Class in org.jenkinsci.plugins.recipe.ingredients
 
PluginIngredient(String) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 
PluginIngredient(List<String>) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient
 
PluginIngredient.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.ingredients
 
PluginIngredient.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.DescriptorImpl
 
PluginIngredient.Item - Class in org.jenkinsci.plugins.recipe.ingredients
Represents a reference to single plugin in the recipe and how it compares with the current state of the system.
PluginIngredient.Item(String) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
 

R

read(XStreamDOM) - Static method in class org.jenkinsci.plugins.recipe.Ingredient
 
recipe - Variable in class org.jenkinsci.plugins.recipe.ImportConversation
We are trying to import this recipe.
Recipe - Class in org.jenkinsci.plugins.recipe
Group of Ingredients that represent a set of configured stuff in Jenkins that gets transported from one Jenkins to another, for example for one person to share how he set up something to other people.
Recipe(String, String, String, String, List<? extends Ingredient>) - Constructor for class org.jenkinsci.plugins.recipe.Recipe
 
Recipe.DescriptorImpl - Class in org.jenkinsci.plugins.recipe
 
Recipe.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.Recipe.DescriptorImpl
 
Recipe.ImportOptions - Class in org.jenkinsci.plugins.recipe
 
RecipeCatalog - Class in org.jenkinsci.plugins.recipe
Catalog of recipes retrieved from the update center.
RecipeCatalog() - Constructor for class org.jenkinsci.plugins.recipe.RecipeCatalog
 
RecipeCatalog.CommuntiyRecipe - Class in org.jenkinsci.plugins.recipe
 
RecipeCatalog.CommuntiyRecipe() - Constructor for class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
 
RecipeWizard - Interface in org.jenkinsci.plugins.recipe
Marker interface between ImportWizard and ExportWizard.
reportList - Variable in class org.jenkinsci.plugins.recipe.ImportConversation
 
resolve(String) - Method in class org.jenkinsci.plugins.recipe.Recipe.ImportOptions
 

S

sendRedirect(StaplerResponse, int, String) - Static method in class org.jenkinsci.plugins.recipe.Util
Deprecated.
Should switch to StaplerResponse.sendRedirect(int,String) (Stapler>=1.203)
setDescription(String) - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
setDescription(String) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
setDisplayName(String) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
setId(String) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
setName(String) - Method in class org.jenkinsci.plugins.recipe.ingredients.JobIngredient
 
setName(String) - Method in class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
setRecipe(Recipe) - Method in class org.jenkinsci.plugins.recipe.mechanisms.ExportMechanism
 
setValue(String) - Method in class org.jenkinsci.plugins.recipe.ingredients.Parameter
 
setVersion(String) - Method in class org.jenkinsci.plugins.recipe.Recipe
 

T

timestamp - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
When was this recipe published? In the same format as Date.getTime().

U

url - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
 
Util - Class in org.jenkinsci.plugins.recipe
 
Util() - Constructor for class org.jenkinsci.plugins.recipe.Util
 

V

version - Variable in class org.jenkinsci.plugins.recipe.ingredients.PluginIngredient.Item
The version requested in the recipe, if specified.
version - Variable in class org.jenkinsci.plugins.recipe.RecipeCatalog.CommuntiyRecipe
Version number of this recipe.
ViewIngredient - Class in org.jenkinsci.plugins.recipe.ingredients
View.
ViewIngredient(String, XStreamDOM) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
ViewIngredient(String) - Constructor for class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient
 
ViewIngredient.DescriptorImpl - Class in org.jenkinsci.plugins.recipe.ingredients
 
ViewIngredient.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.recipe.ingredients.ViewIngredient.DescriptorImpl
 

W

writeTo(OutputStream) - Method in class org.jenkinsci.plugins.recipe.Recipe
 
writeTo(Writer) - Method in class org.jenkinsci.plugins.recipe.Recipe
 

X

XSTREAM - Static variable in class org.jenkinsci.plugins.recipe.Recipe
 
A C D E F G I J L N O P R S T U V W X 

Copyright © 2004-2014. All Rights Reserved.