All Classes and Interfaces
Class
Description
Deprecated.
as of 1.2.
Partial default implementation of
ConfigProvider
.Temporal action to transport information about t files to be deleted to the
CleanTempFilesRunListener
.Removes the temporarily created files at 'onComplete()' of each build, doing it at this state, ensures the files are available also for publishers.
Represents a particular configuration file and its content.
Central class to access configuration files
handles a request like `http://localhost:8080/jenkins/job/myjob/configfiles/show?id=MY_FILE_ID`
to allow the preview of a config file with the ID 'MY_FILE_ID' from a config screen.
attaches an action to handle previews of a config file
Provides a new link in the "Manage Jenkins" view and builds the UI to manage the configfiles.
Created by domi on 17/09/16.
Defines the contract for actions called by jelly
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.
Created by domi on 18/01/17.
Describes the content of a
Config
in a more technical way.Can be used instead of a
FormValidation.ok(String)
to give the user some information about
the item to checked (e.g.ConfigFileStore holding config files saved on top level (Jenkins instance).
Implemented by
Config
instances that contain server credential
mappings (Maven settings).A config/provider to handle the special case of a Json file
Generated localization support class.
Generated localization support class.
Generated localization support class.
Extension to mask any sensitive credentials provided by this plugin in maven settings (local or global) for the maven job type.
This provider delivers the global settings.xml to the job during job/project execution.
This provider delivers the settings.xml to the job during job/project execution.