org.jvnet.hudson.update_center
Class ConfluencePluginList

java.lang.Object
  extended by org.jvnet.hudson.update_center.ConfluencePluginList

public class ConfluencePluginList
extends java.lang.Object

List of plugins from confluence. See http://confluence.atlassian.com/display/DOC/Remote+API+Specification for the confluence API.

Author:
Kohsuke Kawaguchi

Constructor Summary
ConfluencePluginList()
           
 
Method Summary
 hudson.plugins.jira.soap.RemotePage findNearest(java.lang.String pluginArtifactId)
          Finds the closest match, if any.
 java.lang.String[] getLabels(hudson.plugins.jira.soap.RemotePage page)
           
 hudson.plugins.jira.soap.RemotePage getPage(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluencePluginList

public ConfluencePluginList()
                     throws java.io.IOException,
                            javax.xml.rpc.ServiceException
Throws:
java.io.IOException
javax.xml.rpc.ServiceException
Method Detail

findNearest

public hudson.plugins.jira.soap.RemotePage findNearest(java.lang.String pluginArtifactId)
                                                throws java.rmi.RemoteException
Finds the closest match, if any. Otherwise null.

Throws:
java.rmi.RemoteException

getPage

public hudson.plugins.jira.soap.RemotePage getPage(java.lang.String url)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLabels

public java.lang.String[] getLabels(hudson.plugins.jira.soap.RemotePage page)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2010. All Rights Reserved.