com.atlassian.jira.event.config
Class ApplicationPropertyChangeEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
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
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) |
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
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-2011 Atlassian. All Rights Reserved.