com.atlassian.jira.event.listeners
Class ProjectKeyRegexChangeListener

java.lang.Object
  extended by com.atlassian.jira.event.listeners.ProjectKeyRegexChangeListener

public class ProjectKeyRegexChangeListener
extends Object

Listens for ApplicationPropertyChangeEvent events in case the project key regex changes and resets the key matcher accordingly.

Since:
v4.4

Constructor Summary
ProjectKeyRegexChangeListener()
           
 
Method Summary
static void onApplicationPropertyChange(ApplicationPropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectKeyRegexChangeListener

public ProjectKeyRegexChangeListener()
Method Detail

onApplicationPropertyChange

@EventListener
public static void onApplicationPropertyChange(ApplicationPropertyChangeEvent event)


Copyright © 2002-2013 Atlassian. All Rights Reserved.