org.jvnet.hudson.update_center
Class ConfluencePluginList
java.lang.Object
org.jvnet.hudson.update_center.ConfluencePluginList
public class ConfluencePluginList
- extends Object
List of plugins from confluence.
See http://confluence.atlassian.com/display/DOC/Remote+API+Specification
for the confluence API.
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
hudson.plugins.jira.soap.RemotePage |
findNearest(String pluginArtifactId)
Finds the closest match, if any. |
String[] |
getLabels(hudson.plugins.jira.soap.RemotePage page)
|
hudson.plugins.jira.soap.RemotePage |
getPage(String url)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluencePluginList
public ConfluencePluginList()
throws IOException,
javax.xml.rpc.ServiceException
- Throws:
IOException
javax.xml.rpc.ServiceException
findNearest
public hudson.plugins.jira.soap.RemotePage findNearest(String pluginArtifactId)
throws RemoteException
- Finds the closest match, if any. Otherwise null.
- Throws:
RemoteException
getPage
public hudson.plugins.jira.soap.RemotePage getPage(String url)
throws RemoteException
- Throws:
RemoteException
getLabels
public String[] getLabels(hudson.plugins.jira.soap.RemotePage page)
throws RemoteException
- Throws:
RemoteException
Copyright © 2004-2011. All Rights Reserved.