public static final class

EventDispatchOption.Factory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.type.EventDispatchOption.Factory

Class Overview

A simple convenience object that will allow you to easily construct an EventDispatchOption.

Summary

Public Constructors
Factory()
Public Methods
static EventDispatchOption get(Long id)
Creates an EventDispatchOption with the specified eventTypeId.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Factory ()

Public Methods

public static EventDispatchOption get (Long id)

Creates an EventDispatchOption with the specified eventTypeId.

Parameters
id specifies an event type id as found in the EventType class.
Returns
  • an EventDispatchOption with the specified eventTypeId.