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

A

addAliases() - Static method in class javaposse.jobdsl.plugin.DescriptorImpl
 
addModifiedObjects(Collection<T>) - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 
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
Key CallExtension.MultipleCandidates: Found multiple extensions which provide method %s with arguments %s: %s.
check(CNode) - Method in class javaposse.jobdsl.plugin.casc.ConfigurableScriptSource
 
check(CNode, ConfigurationContext) - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
ConfigurableScriptSource - Class in javaposse.jobdsl.plugin.casc
 
ConfigurableScriptSource() - Constructor for class javaposse.jobdsl.plugin.casc.ConfigurableScriptSource
 
configure(CNode) - Method in class javaposse.jobdsl.plugin.casc.ConfigurableScriptSource
 
configure(String) - Method in class javaposse.jobdsl.plugin.casc.ConfigurableScriptSource
 
configure(String) - Method in class javaposse.jobdsl.plugin.casc.FromFileScriptSource
 
configure(String) - Method in class javaposse.jobdsl.plugin.casc.FromUrlScriptSource
 
configure(String) - Method in class javaposse.jobdsl.plugin.casc.InlineGroovyScriptSource
 
configure(CNode, ConfigurationContext) - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
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
Key CreateItem.UnknownParent: Could not create item, unknown parent path in "%s".
CreateItem_UnsupportedParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateItem.UnsupportedParent: Could not create item in "%s", unsupported folder type %s.
createOrUpdateConfig(Item, boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
CreateOrUpdateConfigFile_ConfigProviderNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.ConfigProviderNotFound: 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
Key CreateOrUpdateConfigFile.PluginNotInstalled: Could not create or update config file, Config File Provider plugin not installed.
CreateOrUpdateConfigFile_SeedCollision() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.SeedCollision: Could not create item %s, item is already managed by seed job %s.
CreateOrUpdateConfigFile_UnknownConfigFileType() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.UnknownConfigFileType: 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
Key CreateOrUpdateUserContent.Exception: 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
Key CreateView.UnknownParent: Could not create view, unknown parent path in "%s".
CreateView_UnsupportedParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateView.UnsupportedParent: Could not create view in "%s", unsupported folder type %s.

D

describe() - Method in class javaposse.jobdsl.plugin.casc.ConfigurableScriptSource
 
describe() - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
describe(GeneratedItems[], ConfigurationContext) - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
DescriptorImpl() - Constructor for class javaposse.jobdsl.plugin.casc.FromFileScriptSource.DescriptorImpl
 
DescriptorImpl() - Constructor for class javaposse.jobdsl.plugin.casc.FromUrlScriptSource.DescriptorImpl
 
DescriptorImpl() - Constructor for class javaposse.jobdsl.plugin.casc.InlineGroovyScriptSource.DescriptorImpl
 
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
 
doFillRemovedConfigFilesActionItems() - 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
 
executeInContext(Runnable, Context) - Static method in class javaposse.jobdsl.plugin.ContextExtensionPoint
Call the Runnable, which must be a Groovy closure, in the given Context.
extractGeneratedItems(GeneratedItems, JenkinsJobParent, ScriptRequest) - Method in class javaposse.jobdsl.plugin.JenkinsDslScriptLoader
 

F

FromFileScriptSource - Class in javaposse.jobdsl.plugin.casc
 
FromFileScriptSource() - Constructor for class javaposse.jobdsl.plugin.casc.FromFileScriptSource
 
FromFileScriptSource.DescriptorImpl - Class in javaposse.jobdsl.plugin.casc
 
FromUrlScriptSource - Class in javaposse.jobdsl.plugin.casc
 
FromUrlScriptSource() - Constructor for class javaposse.jobdsl.plugin.casc.FromUrlScriptSource
 
FromUrlScriptSource.DescriptorImpl - Class in javaposse.jobdsl.plugin.casc
 

G

GeneratedJobMapItemListener() - Constructor for class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 
GeneratedObjectsRunAction<T> - Class in javaposse.jobdsl.plugin.actions
 
getAdditionalClasspath() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getAdditionalParameters() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getConfig(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
getConfigurators(ConfigurationContext) - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
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.GeneratedObjectsRunAction
 
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.GeneratedObjectsRunAction
 
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.
getLookupStrategy() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getModifiedObjects() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 
getName() - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
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
 
getRemovedConfigFilesAction() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getRemovedJobAction() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getRemovedViewAction() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getScript() - Method in class javaposse.jobdsl.plugin.casc.FromFileScriptSource
 
getScript() - Method in class javaposse.jobdsl.plugin.casc.FromUrlScriptSource
 
getScript() - Method in class javaposse.jobdsl.plugin.casc.InlineGroovyScriptSource
 
getScript() - Method in class javaposse.jobdsl.plugin.casc.ScriptSource
 
getScriptApprovalWarning() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
getScriptText() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getShortDescription() - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs.TemplateTriggerCause
 
getTarget() - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
getTargetComponent(ConfigurationContext) - Method in class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
getTargets() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getTemplateJobMap() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
getUrlName() - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 
getUseScriptText() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
getVSphereCloudHash(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

H

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

I

InlineGroovyScriptSource - Class in javaposse.jobdsl.plugin.casc
 
InlineGroovyScriptSource() - Constructor for class javaposse.jobdsl.plugin.casc.InlineGroovyScriptSource
 
InlineGroovyScriptSource.DescriptorImpl - Class in javaposse.jobdsl.plugin.casc
 
isApplicable(Class<? extends AbstractProject>) - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
isFailOnMissingPlugin() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isFailOnSeedCollision() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isIgnoreExisting() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isIgnoreMissingFiles() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isMinimumCoreVersion(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
isMinimumPluginVersionInstalled(String, String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
isSandbox() - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
isSecurityEnabled() - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
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
 
javaposse.jobdsl.plugin.casc - package javaposse.jobdsl.plugin.casc
 
JenkinsDslScriptLoader - Class in javaposse.jobdsl.plugin
 
JenkinsDslScriptLoader(JobManagement) - Constructor for class javaposse.jobdsl.plugin.JenkinsDslScriptLoader
 
JenkinsJobManagement - Class in javaposse.jobdsl.plugin
Manages Jenkins jobs, providing facilities to retrieve and create / update.
JenkinsJobManagement(PrintStream, Map<String, ?>, Run<?, ?>, FilePath, LookupStrategy) - Constructor for class javaposse.jobdsl.plugin.JenkinsJobManagement
 
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
Generated localization support class.
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

newInstance(StaplerRequest, JSONObject) - Method in class javaposse.jobdsl.plugin.DescriptorImpl
 
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

onAttached(Run) - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 
onChange(Saveable, XmlFile) - Method in class javaposse.jobdsl.plugin.MonitorTemplateJobs
 
onDeleted(Item) - Method in class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 
onLoad(Run<?, ?>) - Method in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 
onLocationChanged(Item, String, String) - Method in class javaposse.jobdsl.plugin.DescriptorImpl.GeneratedJobMapItemListener
 
owner - Variable in class javaposse.jobdsl.plugin.actions.GeneratedObjectsRunAction
 

P

path - Variable in class javaposse.jobdsl.plugin.casc.FromFileScriptSource
 
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
Key ReadFileFromWorkspace.JobFileNotFound: 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
Key ReadFileFromWorkspace.JobNotFound: 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
Key ReadFileFromWorkspace.WorkspaceNotFound: 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
Key RenameJobMatching.DestinationNotFolder: Could not rename job %s to %s, destination is not a folder.
RenameJobMatching_MultipleJobsFound() - Static method in class javaposse.jobdsl.plugin.Messages
Key RenameJobMatching.MultipleJobsFound: Could not rename job, multiple candidates to rename found: %s.
RenameJobMatching_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key RenameJobMatching.UnknownParent: 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
 
RestartRequired() - Static method in class javaposse.jobdsl.plugin.Messages
Key RestartRequired: {@code Warning: Plugins have been installed without restarting Jenkins.

S

SandboxDslScriptLoader_NotAuthenticated() - Static method in class javaposse.jobdsl.plugin.Messages
Key SandboxDslScriptLoader.NotAuthenticated: You must configure the DSL job to run as a specific user in order to use the Groovy sandbox..
script - Variable in class javaposse.jobdsl.plugin.casc.InlineGroovyScriptSource
 
ScriptSecurity_ScriptApprovalWarning() - Static method in class javaposse.jobdsl.plugin.Messages
Key ScriptSecurity.ScriptApprovalWarning: New or modified scripts must either be approved by an Jenkins administrator before they can be used or they must be run in the restricted sandbox..
ScriptSource - Class in javaposse.jobdsl.plugin.casc
 
ScriptSource() - Constructor for class javaposse.jobdsl.plugin.casc.ScriptSource
 
SeedJobConfigurator - Class in javaposse.jobdsl.plugin.casc
 
SeedJobConfigurator() - Constructor for class javaposse.jobdsl.plugin.casc.SeedJobConfigurator
 
setAdditionalClasspath(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setAdditionalParameters(Map<String, Object>) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setFailOnMissingPlugin(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setFailOnMissingPlugin(boolean) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 
setFailOnSeedCollision(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
 
setLookupStrategy(LookupStrategy) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setRemovedConfigFilesAction(RemovedConfigFilesAction) - 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
 
setSandbox(boolean) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
setScriptText(String) - Method in class javaposse.jobdsl.plugin.ExecuteDslScripts
 
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
 
streamFileInWorkspace(String) - Method in class javaposse.jobdsl.plugin.JenkinsJobManagement
 

U

UpdateExistingItem_CouldNotReadConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Key UpdateExistingItem.CouldNotReadConfig: Could not read configuration file %s for job %s.
UpdateExistingItem_ItemTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Key UpdateExistingItem.ItemTypeDoesNotMatch: 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
Key UpdateExistingView.CouldNotParseConfig: Could not parse generated configuration for view "%s".
url - Variable in class javaposse.jobdsl.plugin.casc.FromUrlScriptSource
 

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
Key CallExtension.MultipleCandidates: Found multiple extensions which provide method %s with arguments %s: %s.
_CreateItem_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateItem.UnknownParent: Could not create item, unknown parent path in "%s".
_CreateItem_UnsupportedParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateItem.UnsupportedParent: Could not create item in "%s", unsupported folder type %s.
_CreateOrUpdateConfigFile_ConfigProviderNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.ConfigProviderNotFound: 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
Key CreateOrUpdateConfigFile.PluginNotInstalled: Could not create or update config file, Config File Provider plugin not installed.
_CreateOrUpdateConfigFile_SeedCollision() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.SeedCollision: Could not create item %s, item is already managed by seed job %s.
_CreateOrUpdateConfigFile_UnknownConfigFileType() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateConfigFile.UnknownConfigFileType: Could not create or update config file, unknown config file type "%s".
_CreateOrUpdateUserContent_Exception() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateOrUpdateUserContent.Exception: Could not create or update user content "%s": %s.
_CreateView_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateView.UnknownParent: Could not create view, unknown parent path in "%s".
_CreateView_UnsupportedParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key CreateView.UnsupportedParent: Could not create view in "%s", unsupported folder type %s.
_ReadFileFromWorkspace_JobFileNotFound() - Static method in class javaposse.jobdsl.plugin.Messages
Key ReadFileFromWorkspace.JobFileNotFound: 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
Key ReadFileFromWorkspace.JobNotFound: 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
Key ReadFileFromWorkspace.WorkspaceNotFound: 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
Key RenameJobMatching.DestinationNotFolder: Could not rename job %s to %s, destination is not a folder.
_RenameJobMatching_MultipleJobsFound() - Static method in class javaposse.jobdsl.plugin.Messages
Key RenameJobMatching.MultipleJobsFound: Could not rename job, multiple candidates to rename found: %s.
_RenameJobMatching_UnknownParent() - Static method in class javaposse.jobdsl.plugin.Messages
Key RenameJobMatching.UnknownParent: Could not rename job %s to %s, destination folder does not exist.
_RestartRequired() - Static method in class javaposse.jobdsl.plugin.Messages
Key RestartRequired: {@code Warning: Plugins have been installed without restarting Jenkins.
_SandboxDslScriptLoader_NotAuthenticated() - Static method in class javaposse.jobdsl.plugin.Messages
Key SandboxDslScriptLoader.NotAuthenticated: You must configure the DSL job to run as a specific user in order to use the Groovy sandbox..
_ScriptSecurity_ScriptApprovalWarning() - Static method in class javaposse.jobdsl.plugin.Messages
Key ScriptSecurity.ScriptApprovalWarning: New or modified scripts must either be approved by an Jenkins administrator before they can be used or they must be run in the restricted sandbox..
_UpdateExistingItem_CouldNotReadConfig() - Static method in class javaposse.jobdsl.plugin.Messages
Key UpdateExistingItem.CouldNotReadConfig: Could not read configuration file %s for job %s.
_UpdateExistingItem_ItemTypeDoesNotMatch() - Static method in class javaposse.jobdsl.plugin.Messages
Key UpdateExistingItem.ItemTypeDoesNotMatch: 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
Key UpdateExistingView.CouldNotParseConfig: Could not parse generated configuration for view "%s".
A C D E F G H I J L M N O P Q R S U V _ 
Skip navigation links