Uses of Interface
org.opennms.api.integration.ticketing.Plugin
-
-
Uses of Plugin in org.opennms.features.apilayer.ticketing
Methods in org.opennms.features.apilayer.ticketing that return Plugin Modifier and Type Method Description Plugin
TicketingPluginManager. map(org.opennms.integration.api.v1.ticketing.TicketingPlugin ext)
-
Uses of Plugin in org.opennms.features.ticketing.inmemory
Classes in org.opennms.features.ticketing.inmemory that implement Plugin Modifier and Type Class Description class
InMemoryTicketerPlugin
This Plugin is used to test ticketing workflow. -
Uses of Plugin in org.opennms.netmgt.ticketd
Classes in org.opennms.netmgt.ticketd that implement Plugin Modifier and Type Class Description class
NullTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation used as a no-op when not custom tickeing plugin is implemented...class
OSGiBasedTicketerPlugin
Ticketer plugin that reference an implementation pulled from the OSGi Service Registry.Methods in org.opennms.netmgt.ticketd that return Plugin Modifier and Type Method Description Plugin
TicketerPluginFactory. getObject()
getObjectPlugin
OSGiBasedTicketerPlugin. getTicketerPlugin()
Retrieves the plugin that is currently registered.Methods in org.opennms.netmgt.ticketd that return types with arguments of type Plugin Modifier and Type Method Description Class<? extends Plugin>
TicketerPluginFactory. getObjectType()
getObjectTypeMethods in org.opennms.netmgt.ticketd with parameters of type Plugin Modifier and Type Method Description void
OSGiBasedTicketerPlugin. registerTicketerPlugin(Plugin plugin, Map<String,String> attributes)
Registers thePlugin
use.void
DefaultTicketerServiceLayer. setTicketerPlugin(Plugin plugin)
Set the ticketer plugin.void
TicketerServiceLayer. setTicketerPlugin(Plugin ticketerPlugin)
Set the ticketer plugin.boolean
OSGiBasedTicketerPlugin. unregisterTicketerPlugin(Plugin plugin, Map<String,String> attributes)
Unregisters a previously registeredPlugin
use.Method parameters in org.opennms.netmgt.ticketd with type arguments of type Plugin Modifier and Type Method Description void
TicketerPluginFactory. setPluginClass(Class<? extends Plugin> pluginClass)
setPluginClass -
Uses of Plugin in org.opennms.netmgt.ticketer.jira
Classes in org.opennms.netmgt.ticketer.jira that implement Plugin Modifier and Type Class Description class
JiraTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for Atlassian JIRA. -
Uses of Plugin in org.opennms.netmgt.ticketer.otrs
Classes in org.opennms.netmgt.ticketer.otrs that implement Plugin Modifier and Type Class Description class
OtrsTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for OTRS -
Uses of Plugin in org.opennms.netmgt.ticketer.otrs31
Classes in org.opennms.netmgt.ticketer.otrs31 that implement Plugin Modifier and Type Class Description class
Otrs31TicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for OTRS 3.1 and above. -
Uses of Plugin in org.opennms.netmgt.ticketer.remedy
Classes in org.opennms.netmgt.ticketer.remedy that implement Plugin Modifier and Type Class Description class
RemedyTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for Remedy -
Uses of Plugin in org.opennms.netmgt.ticketer.rt
Classes in org.opennms.netmgt.ticketer.rt that implement Plugin Modifier and Type Class Description class
RtTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for RT -
Uses of Plugin in org.opennms.netmgt.ticketer.tsrm
Classes in org.opennms.netmgt.ticketer.tsrm that implement Plugin Modifier and Type Class Description class
TsrmTicketerPlugin
-