com.atlassian.jira.event.config
Class ApplicationPropertyChangeEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
All Implemented Interfaces:
JiraEvent

public class ApplicationPropertyChangeEvent
extends AbstractEvent

Represents the consequence of an ApplicationProperty being set to a new value.

Since:
v4.4

Field Summary
static String KEY_METADATA
           
static String KEY_NEW_VALUE
           
static String KEY_OLD_VALUE
           
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
ApplicationPropertyChangeEvent(Map params)
          Expects parameters to include: metadata: the instance of ApplicationPropertyMetadata that represents the property being changed oldValue: the string value before the change newValue: the string value after the change (this is not guaranteed to be different to oldValue by the publisher)
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_METADATA

public static final String KEY_METADATA
See Also:
Constant Field Values

KEY_OLD_VALUE

public static final String KEY_OLD_VALUE
See Also:
Constant Field Values

KEY_NEW_VALUE

public static final String KEY_NEW_VALUE
See Also:
Constant Field Values
Constructor Detail

ApplicationPropertyChangeEvent

public ApplicationPropertyChangeEvent(Map params)
Expects parameters to include: metadata: the instance of ApplicationPropertyMetadata that represents the property being changed oldValue: the string value before the change newValue: the string value after the change (this is not guaranteed to be different to oldValue by the publisher)

Parameters:
params - the params as described above.


Copyright © 2002-2013 Atlassian. All Rights Reserved.