A C G I L M N O R S T V

A

AbstractConfigProvider - Class in org.jenkinsci.lib.configprovider
Deprecated. as of 1.2. Extend AbstractConfigProviderImpl directly.
AbstractConfigProvider() - Constructor for class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated.  
AbstractConfigProviderImpl - Class in org.jenkinsci.lib.configprovider
Partial default implementation of ConfigProvider.
AbstractConfigProviderImpl() - Constructor for class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
all() - Static method in class org.jenkinsci.lib.configprovider.ConfigProvider
All registered ConfigProviders.

C

cmMode - Variable in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
 
comment - Variable in class org.jenkinsci.lib.configprovider.model.Config
Any note that the author of this configuration wants to associate with this.
Config - Class in org.jenkinsci.lib.configprovider.model
Represents a particular configuration file and its content.
Config(String, String, String, String) - Constructor for class org.jenkinsci.lib.configprovider.model.Config
 
ConfigProvider - Class in org.jenkinsci.lib.configprovider
A ConfigProvider represents a configuration file (such as Maven's settings.xml) where the user can choose its actual content among several concrete contents that are pre-configured.
ConfigProvider() - Constructor for class org.jenkinsci.lib.configprovider.ConfigProvider
 
configs - Variable in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
content - Variable in class org.jenkinsci.lib.configprovider.model.Config
Content of the file as-is.
ContentType - Interface in org.jenkinsci.lib.configprovider.model
Describes the content of a Config in a more technical way.
ContentType.DefinedType - Enum in org.jenkinsci.lib.configprovider.model
 

G

getAllConfigs() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
getAllConfigs() - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
returns all the configs of this provider
getCmMode() - Method in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
 
getCmMode() - Method in interface org.jenkinsci.lib.configprovider.model.ContentType
The CodeMirror mode as defined in Stapler ( org.kohsuke.stapler.codemirror.mode.*).
getConfigById(String) - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
getConfigById(String) - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
Returns the config item identified by this id.
getConfigByIdTyped(String) - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
getConfigByIdTyped(String) - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
same as ConfigProvider.getConfigById(String), but wihout the need for cast
getConfigXml() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated.  
getConfigXml() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
getContentType() - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
The content type of the configs this provider manages.
getDescriptor() - Method in class org.jenkinsci.lib.configprovider.model.Config
Gets the ConfigProvider that owns and manages this config.
getMime() - Method in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
 
getMime() - Method in interface org.jenkinsci.lib.configprovider.model.ContentType
Actually the 'mode' attribute for the CodeMirror editor.
getProvider() - Method in class org.jenkinsci.lib.configprovider.model.Config
Alias for getProvider()
getProviderId() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated.  
getProviderId() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
getProviderId() - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
An ID uniquely identifying this provider, the id of each Config must start with this ID separated by a '.'!
getXmlFileName() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated.  
getXmlFileName() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 

I

id - Variable in class org.jenkinsci.lib.configprovider.model.Config
a unique id along all providers!
ID_PREFIX - Variable in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated.  
isResponsibleFor(String) - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
isResponsibleFor(String) - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
Whether this provider is responsible for a Config with the given Id.

L

load() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated. Overridden for backward compatibility to let subtype customize the file name.
load() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
Overridden for backward compatibility to let subtype customize the file name.

M

mime - Variable in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
 

N

name - Variable in class org.jenkinsci.lib.configprovider.model.Config
Human readable display name that distinguishes this Config instance among other Config instances.
newConfig() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
newConfig() - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
Returns a new Config object with a unique id, starting with the id of this provider - separated by '.'.

O

org.jenkinsci.lib.configprovider - package org.jenkinsci.lib.configprovider
 
org.jenkinsci.lib.configprovider.model - package org.jenkinsci.lib.configprovider.model
 

R

remove(String) - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
remove(String) - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
Removes/deletes the config with the given Id

S

save() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProvider
Deprecated. Overridden for backward compatibility to let subtype customize the file name.
save(Config) - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
 
save() - Method in class org.jenkinsci.lib.configprovider.AbstractConfigProviderImpl
Saves the configuration info to the disk.
save(Config) - Method in class org.jenkinsci.lib.configprovider.ConfigProvider
save the content of the given config.

T

toString() - Method in class org.jenkinsci.lib.configprovider.model.Config
 

V

valueOf(String) - Static method in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.lib.configprovider.model.ContentType.DefinedType
Returns an array containing the constants of this enum type, in the order they are declared.

A C G I L M N O R S T V

Copyright © 2004-2013. All Rights Reserved.