public static final class

EventDispatchOption.Factory

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

Class Overview

A simple convienience object that will allow you to easily construct a EventDispatchOption.

Summary

Public Constructors
EventDispatchOption.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 EventDispatchOption.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. This must not be null.
Returns
  • an EventDispatchOption with the specified eventTypeId.