Uses of Class
com.atlassian.johnson.event.EventType

Packages that use EventType
com.atlassian.johnson.config   
com.atlassian.johnson.event   
 

Uses of EventType in com.atlassian.johnson.config
 

Methods in com.atlassian.johnson.config that return EventType
 EventType JohnsonConfig.getEventType(java.lang.String type)
           
 

Uses of EventType in com.atlassian.johnson.event
 

Methods in com.atlassian.johnson.event that return EventType
static EventType EventType.get(java.lang.String type)
           
 EventType Event.getKey()
           
 

Methods in com.atlassian.johnson.event with parameters of type EventType
 void Event.setKey(EventType name)
           
 

Constructors in com.atlassian.johnson.event with parameters of type EventType
Event(EventType key, java.lang.String desc)
           
Event(EventType key, java.lang.String desc, EventLevel level)
           
Event(EventType key, java.lang.String desc, java.lang.String exception)
           
Event(EventType key, java.lang.String desc, java.lang.String exception, EventLevel level)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.