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, wait
forEach, spliterator
public PluginInfosImpl(String name, Iterable<PluginInfo> pluginInfos)
public String name()
PluginInfos
name
in interface PluginInfos
public Iterator<PluginInfo> iterator()
iterator
in interface Iterable<PluginInfo>
public int size()
PluginInfos
size
in interface PluginInfos
public 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 PluginInfos
Copyright © 2002-2015 Atlassian. All Rights Reserved.