Modifier and Type | Method and Description |
---|---|
Plugin |
TicketingPluginManager.map(org.opennms.integration.api.v1.ticketing.TicketingPlugin ext) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTicketerPlugin
This Plugin is used to test ticketing workflow.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
TicketerPluginFactory.getObject()
getObject
|
Plugin |
OSGiBasedTicketerPlugin.getTicketerPlugin()
Retrieves the plugin that is currently registered.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Plugin> |
TicketerPluginFactory.getObjectType()
getObjectType
|
Modifier and Type | Method and Description |
---|---|
void |
OSGiBasedTicketerPlugin.registerTicketerPlugin(Plugin plugin,
Map<String,String> attributes)
Registers the
Plugin 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 registered
Plugin use. |
Modifier and Type | Method and Description |
---|---|
void |
TicketerPluginFactory.setPluginClass(Class<? extends Plugin> pluginClass)
setPluginClass
|
Modifier and Type | Class and Description |
---|---|
class |
JiraTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for Atlassian JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
OtrsTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for OTRS
|
Modifier and Type | Class and Description |
---|---|
class |
Otrs31TicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for OTRS 3.1 and above.
|
Modifier and Type | Class and Description |
---|---|
class |
RemedyTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for Remedy
|
Modifier and Type | Class and Description |
---|---|
class |
RtTicketerPlugin
OpenNMS Trouble Ticket Plugin API implementation for RT
|
Modifier and Type | Class and Description |
---|---|
class |
TsrmTicketerPlugin |
Copyright © 2021. All rights reserved.