org.jenkins.ci.plugins.jobimport
Class RemoteJobUtils
java.lang.Object
org.jenkins.ci.plugins.jobimport.RemoteJobUtils
public final class RemoteJobUtils
- extends java.lang.Object
- Since:
- 1.0
- Author:
- Jesse Farinacci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromFreeStyleProjectXml
protected static RemoteJob fromFreeStyleProjectXml(java.lang.String xml)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.xpath.XPathExpressionException
- Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.xpath.XPathExpressionException
fromHudsonXml
protected static java.util.SortedSet<RemoteJob> fromHudsonXml(java.lang.String xml)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.xpath.XPathExpressionException
- Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.xpath.XPathExpressionException
fromListViewXml
protected static java.util.SortedSet<RemoteJob> fromListViewXml(java.lang.String xml)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.xpath.XPathExpressionException
- Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.xpath.XPathExpressionException
fromMavenModuleSetXml
protected static RemoteJob fromMavenModuleSetXml(java.lang.String xml)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
javax.xml.xpath.XPathExpressionException
- Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.xpath.XPathExpressionException
fromXml
public static java.util.SortedSet<RemoteJob> fromXml(java.lang.String xml)
throws javax.xml.xpath.XPathExpressionException,
org.xml.sax.SAXException,
java.io.IOException,
javax.xml.parsers.ParserConfigurationException
- Throws:
javax.xml.xpath.XPathExpressionException
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
Copyright © 2004-2011. All Rights Reserved.