|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hudson.update_center.Plugin
public class Plugin
An entry of a plugin in the update center metadata.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Plugin(String artifactId,
HPI latest,
HPI previous,
ConfluencePluginList cpl)
|
|
| Method Summary | |
|---|---|
String |
getExcerptInHTML()
Obtains the excerpt of this wiki page in HTML. |
String[] |
getLabels()
|
String |
getTitle()
|
String |
getWiki()
|
boolean |
isDeprecated()
|
net.sf.json.JSONObject |
toJSON()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String artifactId
public final HPI latest
public final HPI previous
public final hudson.plugins.jira.soap.RemotePage page
| Constructor Detail |
|---|
public Plugin(String artifactId,
HPI latest,
HPI previous,
ConfluencePluginList cpl)
throws IOException
IOException| Method Detail |
|---|
public String[] getLabels()
public boolean isDeprecated()
public String getExcerptInHTML()
public String getTitle()
public String getWiki()
public net.sf.json.JSONObject toJSON()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||