com.atlassian.jira.propertyset
Interface JiraCachingPropertySetManager

All Known Implementing Classes:
DefaultJiraCachingPropertySetManager

public interface JiraCachingPropertySetManager

Manager for JiraCachingPropertySet instances.

Since:
6.1

Method Summary
 void register(JiraCachingPropertySet propertySet)
          Registers the given property set with this manager.
 

Method Detail

register

void register(JiraCachingPropertySet propertySet)
Registers the given property set with this manager.

Parameters:
propertySet - the property set to register (ignored if null)


Copyright © 2002-2013 Atlassian. All Rights Reserved.