public class Plugin extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId
Plugin artifact ID.
|
HPI |
latest
Latest version of this plugin.
|
hudson.plugins.jira.soap.RemotePage |
page
Confluence page of this plugin in Wiki.
|
HPI |
previous
Latest version of this plugin.
|
| Constructor and Description |
|---|
Plugin(HPI hpi,
ConfluencePluginList cpl) |
Plugin(PluginHistory hpi,
ConfluencePluginList cpl) |
Plugin(String artifactId,
HPI latest,
HPI previous,
ConfluencePluginList cpl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcerptInHTML()
Obtains the excerpt of this wiki page in HTML.
|
String[] |
getLabels() |
String |
getScmHost()
Get hostname of SCM specified in POM of latest release, or null.
|
String |
getTitle() |
String |
getWiki() |
boolean |
isDeprecated() |
net.sf.json.JSONObject |
toJSON() |
public final String artifactId
public final HPI latest
public final HPI previous
public final hudson.plugins.jira.soap.RemotePage page
public Plugin(String artifactId, HPI latest, HPI previous, ConfluencePluginList cpl) throws IOException
IOExceptionpublic Plugin(PluginHistory hpi, ConfluencePluginList cpl) throws IOException
IOExceptionpublic Plugin(HPI hpi, ConfluencePluginList cpl) throws IOException
IOExceptionpublic String getScmHost()
public String[] getLabels()
public boolean isDeprecated()
public String getExcerptInHTML()
public String getTitle()
public String getWiki()
public net.sf.json.JSONObject toJSON()
throws IOException
IOExceptionCopyright © 2004-2012. All Rights Reserved.