Skip navigation links
A C D E G H I J L M N O P Q R S U V _ 

A

addAliases() - Static method in class javaposse.jobdsl.plugin.DescriptorImpl
 
all() - Static method in class javaposse.jobdsl.plugin.ContextExtensionPoint
Returns all registered JobDslContextExtensionPoints.

C

callExtension(String, Item, Class<? extends ExtensibleContext>, Object...) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
CallExtension_MultipleCandidates() - Static method in class javaposse.jobdsl.plugin.Messages
Found multiple extensions which provide method %s with arguments %s: %s
ContextExtensionPoint - Class in javaposse.jobdsl.plugin
An ExtensionPoint for the job-dsl-plugin to extend it with new DSL methods.
ContextExtensionPoint() - Constructor for class javaposse.jobdsl.plugin.ContextExtensionPoint
 
createContext(Class<T>) - Method in interface javaposse.jobdsl.plugin.DslEnvironment
Creates an instance of the specified Context type.
CreateItem_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create item, unknown parent path in "%s"
createOrUpdateConfig(Item, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
createOrUpdateConfigFile(ConfigFile, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
CreateOrUpdateConfigFile_ConfigProviderNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, config provider for config file type "%s" not found
CreateOrUpdateConfigFile_PluginNotInstalled() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, Config File Provider plugin not installed
CreateOrUpdateConfigFile_UnknownConfigFileType() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, unknown config file type "%s"
createOrUpdateUserContent(UserContent, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
CreateOrUpdateUserContent_Exception() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update user content "%s": %s
createOrUpdateView(String, String, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
CreateView_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create view, unknown parent path in "%s"

D

DescriptorImpl - Class in javaposse.jobdsl.plugin
 
DescriptorImpl() - Constructor for class javaposse.jobdsl.plugin.DescriptorImpl
 
DescriptorImpl.GeneratedJobMapItemListener - Class in javaposse.jobdsl.plugin
 
doFillLookupStrategyItems() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
doFillRemovedJobActionItems() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
doFillRemovedViewActionItems() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
DslEnvironment - Interface in javaposse.jobdsl.plugin
The DslEnvironment can be used to transfer state between a DslExtensionMethod and the listener methods in ContextExtensionPoint.
DslExtensionMethod - Annotation Type in javaposse.jobdsl.plugin
Any methods of ContextExtensionPoint marked with this annotation will be exposed to the DSL.

E

equals(Object) - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs.TemplateTriggerCause
 
ExecuteDslScripts - Class in javaposse.jobdsl.plugin
This Builder keeps a list of job DSL scripts, and when prompted, executes these to create / update Jenkins jobs.
ExecuteDslScripts() - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
 
ExecuteDslScripts(ExecuteDslScripts.ScriptLocation) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
ExecuteDslScripts(ExecuteDslScripts.ScriptLocation, boolean, RemovedJobAction, RemovedViewAction, LookupStrategy, String) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
ExecuteDslScripts(ExecuteDslScripts.ScriptLocation, boolean, RemovedJobAction, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
ExecuteDslScripts(ExecuteDslScripts.ScriptLocation, boolean, RemovedJobAction) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
ExecuteDslScripts(ExecuteDslScripts.ScriptLocation, boolean, RemovedJobAction, RemovedViewAction, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
ExecuteDslScripts.ScriptLocation - Class in javaposse.jobdsl.plugin
Deprecated.
executeInContext(Runnable, Context) - Static method in class javaposse.jobdsl.plugin.ContextExtensionPoint
Call the Runnable, which must be a Groovy closure, in the given Context.

G

GeneratedConfigFilesBuildAction - Class in javaposse.jobdsl.plugin.actions
 
GeneratedConfigFilesBuildAction(Collection<GeneratedConfigFile>) - Constructor for class javaposse.jobdsl.plugin.actions.GeneratedConfigFilesBuildAction
 
GeneratedJobMapItemListener() - Constructor for class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 
GeneratedJobsBuildAction - Class in javaposse.jobdsl.plugin.actions
 
GeneratedJobsBuildAction(Collection<GeneratedJob>, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.actions.GeneratedJobsBuildAction
 
GeneratedObjectsBuildAction<T> - Class in javaposse.jobdsl.plugin.actions
Deprecated.
use javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction instead
GeneratedUserContentsBuildAction - Class in javaposse.jobdsl.plugin.actions
 
GeneratedUserContentsBuildAction(Collection<GeneratedUserContent>) - Constructor for class javaposse.jobdsl.plugin.actions.GeneratedUserContentsBuildAction
 
GeneratedViewsBuildAction - Class in javaposse.jobdsl.plugin.actions
 
GeneratedViewsBuildAction(Collection<GeneratedView>, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.actions.GeneratedViewsBuildAction
 
getAdditionalClasspath() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getConfig(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
getConfigFileId(ConfigFileType, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
getContext(Item) - Method in enum javaposse.jobdsl.plugin.LookupStrategy
Get the context in which new items should be created for the given seed job.
getDisplayName() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsBuildAction
Deprecated.
 
getDisplayName() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
getDisplayName() - Method in enum javaposse.jobdsl.plugin.LookupStrategy
 
getGeneratedJobMap() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
getIconFileName() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsBuildAction
Deprecated.
 
getItem(Item, String, Class<T>) - Method in enum javaposse.jobdsl.plugin.LookupStrategy
Get an item by its path name in the context of a seed job.
getItems() - Method in class javaposse.jobdsl.plugin.actions.GeneratedJobsBuildAction
 
getLookupStrategy() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getModifiedObjects() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsBuildAction
Deprecated.
 
getParameters() - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
getParent(Item, String) - Method in enum javaposse.jobdsl.plugin.LookupStrategy
Get the parent ItemGroup of the item addressed by the given path.
getPermissions(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
getProjectActions() - Method in class javaposse.jobdsl.plugin.actions.GeneratedConfigFilesBuildAction
 
getProjectActions() - Method in class javaposse.jobdsl.plugin.actions.GeneratedJobsBuildAction
 
getProjectActions() - Method in class javaposse.jobdsl.plugin.actions.GeneratedUserContentsBuildAction
 
getProjectActions() - Method in class javaposse.jobdsl.plugin.actions.GeneratedViewsBuildAction
 
getProjectActions(AbstractProject<?, ?>) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getRemovedJobAction() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getRemovedViewAction() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getScriptLocation() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
getScriptText() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getShortDescription() - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs.TemplateTriggerCause
 
getTargets() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getTemplateJobMap() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
getUrlName() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsBuildAction
Deprecated.
 
getUseScriptText() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getViews() - Method in class javaposse.jobdsl.plugin.actions.GeneratedViewsBuildAction
 
getVSphereCloudHash(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

H

hashCode() - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs.TemplateTriggerCause
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
isFailOnMissingPlugin() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isIgnoreExisting() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isIgnoreMissingFiles() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isMinimumPluginVersionInstalled(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
isUnstableOnDeprecation() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isUsingScriptText() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 

J

javaposse.jobdsl.plugin - package javaposse.jobdsl.plugin
 
javaposse.jobdsl.plugin.actions - package javaposse.jobdsl.plugin.actions
 
JenkinsJobManagement - Class in javaposse.jobdsl.plugin
Manages Jenkins jobs, providing facilities to retrieve and create / update.
JenkinsJobManagement(PrintStream, Map<String, ?>, AbstractBuild<?, ?>, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.JenkinsJobManagement
Deprecated.
JenkinsJobManagement(PrintStream, Map<String, ?>, Run<?, ?>, FilePath, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.JenkinsJobManagement
 
JenkinsJobManagement(PrintStream, Map<String, ?>, AbstractBuild<?, ?>) - Constructor for class javaposse.jobdsl.plugin.JenkinsJobManagement
Deprecated.
JenkinsJobManagement(PrintStream, Map<String, ?>, File) - Constructor for class javaposse.jobdsl.plugin.JenkinsJobManagement
 

L

logDeprecationWarning(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
logPluginDeprecationWarning(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
LookupStrategy - Enum in javaposse.jobdsl.plugin
A JobLookupStrategy encapsulates where a seed job will look for existing jobs and where it will create new jobs.

M

Messages - Class in javaposse.jobdsl.plugin
 
Messages() - Constructor for class javaposse.jobdsl.plugin.Messages
 
MonitorTemplateJobs - Class in javaposse.jobdsl.plugin
 
MonitorTemplateJobs() - Constructor for class javaposse.jobdsl.plugin.MonitorTemplateJobs
 
MonitorTemplateJobs.TemplateTriggerCause - Class in javaposse.jobdsl.plugin
 

N

notifyItemCreated(Item, DslEnvironment) - Method in class javaposse.jobdsl.plugin.ContextExtensionPoint
Notifies the ExtensionPoint if an item has been created.
notifyItemUpdated(Item, DslEnvironment) - Method in class javaposse.jobdsl.plugin.ContextExtensionPoint
Notifies the ExtensionPoint if an item has been updated.

O

onChange(Saveable, XmlFile) - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs
 
onDeleted(Item) - Method in class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 
onLocationChanged(Item, String, String) - Method in class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
Runs every job DSL script provided in the plugin configuration, which results in new / updated Jenkins jobs.

Q

queueJob(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

R

ReadFileFromWorkspace_JobFileNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the file does not exist
ReadFileFromWorkspace_JobNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the job does not exist
ReadFileFromWorkspace_WorkspaceNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the workspace does not exist
readFileInWorkspace(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
readFileInWorkspace(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
renameJobMatching(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
RenameJobMatching_DestinationNotFolder() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job %s to %s, destination is not a folder
RenameJobMatching_MultipleJobsFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job, multiple candidates to rename found: %s
RenameJobMatching_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job %s to %s, destination folder does not exist
requireMinimumCoreVersion(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
requireMinimumPluginVersion(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
requireMinimumPluginVersion(String, String, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
requirePlugin(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
requirePlugin(String, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

S

ScriptLocation() - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
 
ScriptLocation(String, String, String) - Constructor for class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
setAdditionalClasspath(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setFailOnMissingPlugin(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setIgnoreExisting(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setIgnoreMissingFiles(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
 
setIgnoreMissingFiles(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setLookupStrategy(LookupStrategy) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setRemovedJobAction(RemovedJobAction) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setRemovedViewAction(RemovedViewAction) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setScriptLocation(ExecuteDslScripts.ScriptLocation) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
Deprecated.
setScriptText(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
 
setScriptText(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setTargets(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
 
setTargets(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setTemplateJobMap(Multimap<String, SeedReference>) - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
setUnstableOnDeprecation(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setUseScriptText(Boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setValue(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts.ScriptLocation
Deprecated.
 
streamFileInWorkspace(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

U

UpdateExistingItem_CouldNotReadConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read configuration file %s for job %s
UpdateExistingItem_ItemTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Type of item "%s" does not match existing type, item type can not be changed
UpdateExistingView_CouldNotParseConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Could not parse generated configuration for view "%s"
UpdateExistingView_ViewTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Type of view "%s" does not match existing type, view type can not be changed

V

valueOf(String) - Static method in enum javaposse.jobdsl.plugin.LookupStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum javaposse.jobdsl.plugin.LookupStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

_

_CallExtension_MultipleCandidates() - Static method in class javaposse.jobdsl.plugin.Messages
Found multiple extensions which provide method %s with arguments %s: %s
_CreateItem_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create item, unknown parent path in "%s"
_CreateOrUpdateConfigFile_ConfigProviderNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, config provider for config file type "%s" not found
_CreateOrUpdateConfigFile_PluginNotInstalled() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, Config File Provider plugin not installed
_CreateOrUpdateConfigFile_UnknownConfigFileType() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update config file, unknown config file type "%s"
_CreateOrUpdateUserContent_Exception() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create or update user content "%s": %s
_CreateView_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not create view, unknown parent path in "%s"
_ReadFileFromWorkspace_JobFileNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the file does not exist
_ReadFileFromWorkspace_JobNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the job does not exist
_ReadFileFromWorkspace_WorkspaceNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read file "%s" from workspace of job "%s" because the workspace does not exist
_RenameJobMatching_DestinationNotFolder() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job %s to %s, destination is not a folder
_RenameJobMatching_MultipleJobsFound() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job, multiple candidates to rename found: %s
_RenameJobMatching_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Could not rename job %s to %s, destination folder does not exist
_UpdateExistingItem_CouldNotReadConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Could not read configuration file %s for job %s
_UpdateExistingItem_ItemTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Type of item "%s" does not match existing type, item type can not be changed
_UpdateExistingView_CouldNotParseConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Could not parse generated configuration for view "%s"
_UpdateExistingView_ViewTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Type of view "%s" does not match existing type, view type can not be changed
A C D E G H I J L M N O P Q R S U V _ 
Skip navigation links