public class PluginInfosImpl extends Object implements PluginInfos
| Constructor and Description |
|---|
PluginInfosImpl(String name,
Iterable<PluginInfo> pluginInfos) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PluginInfo> |
iterator() |
String |
name()
Returns the name of this PluginInfos (e.g.
|
String |
prettyPrint()
Returns a String describing this PluginInfos in human-readable form.
|
int |
size()
Returns the size of this PluginInfos.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic PluginInfosImpl(String name, Iterable<PluginInfo> pluginInfos)
public String name()
PluginInfosname in interface PluginInfospublic Iterator<PluginInfo> iterator()
iterator in interface Iterable<PluginInfo>public int size()
PluginInfossize in interface PluginInfospublic String prettyPrint()
PluginInfos
___ User Plugins ____________________________
Number : 1
JIRA Charting Plugin : com.atlassian.jira.ext.charting
Version : 1.8
Status : enabled
Vendor : Atlassian
Description : JIRA Plugin for graphical charts and graphs.
prettyPrint in interface PluginInfosCopyright © 2002-2021 Atlassian. All Rights Reserved.