org.jenkins.ci.plugins.jobimport
Class RemoteJobUtils

java.lang.Object
  extended by org.jenkins.ci.plugins.jobimport.RemoteJobUtils

public final class RemoteJobUtils
extends java.lang.Object

Since:
1.0
Author:
Jesse Farinacci

Method Summary
protected static RemoteJob fromFreeStyleProjectXml(java.lang.String xml)
           
protected static java.util.SortedSet<RemoteJob> fromHudsonXml(java.lang.String xml)
           
protected static java.util.SortedSet<RemoteJob> fromListViewXml(java.lang.String xml)
           
protected static RemoteJob fromMavenModuleSetXml(java.lang.String xml)
           
static java.util.SortedSet<RemoteJob> fromXml(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.