com.atlassian.jira.event.type
Class EventDispatchOption.Factory

java.lang.Object
  extended by com.atlassian.jira.event.type.EventDispatchOption.Factory
Enclosing interface:
EventDispatchOption

public static final class EventDispatchOption.Factory
extends Object

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


Constructor Summary
EventDispatchOption.Factory()
           
 
Method Summary
static EventDispatchOption get(Long id)
          Creates an EventDispatchOption with the specified eventTypeId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatchOption.Factory

public EventDispatchOption.Factory()
Method Detail

get

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.