A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
X
- xmlEscape(String) - Static method in class hudson.Functions
-
Escapes XML unsafe characters
- xmlEscape(String) - Static method in class hudson.Util
- XmlFile - Class in hudson
-
Represents an XML data file that Jenkins uses as a data file.
- XmlFile(XStream, File) - Constructor for class hudson.XmlFile
- XmlFile(XStream, File, boolean) - Constructor for class hudson.XmlFile
- XmlFile(File) - Constructor for class hudson.XmlFile
- xmlUnescape(String) - Static method in class hudson.Functions
- XMLUtils - Class in jenkins.util.xml
-
Utilities useful when working with various XML types.
- XMLUtils() - Constructor for class jenkins.util.xml.XMLUtils
- XS_DATETIME_FORMATTER - Static variable in class hudson.Util
- xsDate(Calendar) - Static method in class hudson.Functions
- XSTREAM - Static variable in class hudson.logging.LogRecorder
-
Thread-safe reusable
XStream
. - XSTREAM - Static variable in class hudson.model.Items
-
Used to load/save job configuration.
- XSTREAM - Static variable in class hudson.model.Queue
-
This
XStream
instance is used to persistQueue.Task
s. - XSTREAM - Static variable in class hudson.model.Run
- XSTREAM - Static variable in class hudson.model.UpdateCenter
- XSTREAM - Static variable in class hudson.model.User
- XSTREAM - Static variable in class jenkins.model.Jenkins
-
Thread-safe reusable
XStream
. - XStream2 - Class in hudson.util
-
XStream
customized in various ways for Jenkins’ needs. - XStream2() - Constructor for class hudson.util.XStream2
- XStream2(ReflectionProvider, HierarchicalStreamDriver, ClassLoaderReference, Mapper, ConverterLookup, ConverterRegistry) - Constructor for class hudson.util.XStream2
- XStream2(HierarchicalStreamDriver) - Constructor for class hudson.util.XStream2
- XSTREAM2 - Static variable in class hudson.model.Items
-
Alias to
Items.XSTREAM
so that one can access additional methods onXStream2
more easily. - XSTREAM2 - Static variable in class hudson.model.Run
-
Alias to
Run.XSTREAM
so that one can access additional methods onXStream2
more easily. - XSTREAM2 - Static variable in class jenkins.model.Jenkins
-
Alias to
Jenkins.XSTREAM
so that one can access additional methods onXStream2
more easily. - XStream2.PassthruConverter<T> - Class in hudson.util
-
Create a nested
ConverterImpl
subclass that extends this class to run some callback code just after a type is unmarshalled by RobustReflectionConverter. - XStream2SecurityUtils - Class in hudson.util
-
Strongly inspired by https://github.com/x-stream/xstream/blob/61a00fa225dc99488013869b57b772af8e2fea03/xstream/src/java/com/thoughtworks/xstream/core/SecurityUtils.java#L25 and taking into account https://github.com/x-stream/xstream/issues/282 Once the related issue is fixed, we will be able to use the regular method from XStream.
- XStream2SecurityUtils() - Constructor for class hudson.util.XStream2SecurityUtils
- XStreamDOM - Class in jenkins.util.xstream
-
XML DOM like structure to preserve a portion of XStream data as-is, so that you can process it later in a separate XStream call.
- XStreamDOM(String, Map<String, String>, String) - Constructor for class jenkins.util.xstream.XStreamDOM
- XStreamDOM(String, Map<String, String>, List<XStreamDOM>) - Constructor for class jenkins.util.xstream.XStreamDOM
- XStreamDOM.ConverterImpl - Class in jenkins.util.xstream
- XStreamDOM.WriterImpl - Class in jenkins.util.xstream
All Classes All Packages