Uses of Interface
io.jenkins.plugins.configsplice.engine.xml.XmlPath.Selector
Packages that use XmlPath.Selector
-
Uses of XmlPath.Selector in io.jenkins.plugins.configsplice.engine.xml
Classes in io.jenkins.plugins.configsplice.engine.xml that implement XmlPath.SelectorModifier and TypeClassDescriptionstatic final record.@name— the value of that attribute on the resolved element.static final record.#text— the element's own text content.Methods in io.jenkins.plugins.configsplice.engine.xml that return XmlPath.SelectorModifier and TypeMethodDescriptionXmlPath.selector()Returns the value of theselectorrecord component.Constructors in io.jenkins.plugins.configsplice.engine.xml with parameters of type XmlPath.SelectorModifierConstructorDescriptionXmlPath(List<XmlPath.Element> elements, XmlPath.Selector selector) Creates an instance of aXmlPathrecord class.