com.atlassian.jira.event.type
Class EventDispatchOption.Factory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDispatchOption.Factory
public EventDispatchOption.Factory()
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-2012 Atlassian. All Rights Reserved.