1 /* 2 * Cr�� le 28 avr. 05 3 * 4 * Pour changer le mod�le de ce fichier g�n�r�, allez � : 5 * Fen�tre>Pr�f�rences>Java>G�n�ration de code>Code et commentaires 6 */ 7 package com.atlassian.jira.addon.config.properties; 8 9 /** 10 * FQCN : com.atlassian.jira.addon.config.properties.APKeys 11 * @author Kaamelot 12 * @since 3.10.1.21 13 * Description : 14 * 15 */ 16 public interface APKeys { 17 18 // /** Parameter Key for AddOn Version */ 19 // static final String ADDON_PATCHED_VERSION = "addon.version.patched"; 20 21 /** Parameter Key Prefix for AddOn Plugin Version */ 22 static final String ADDON_PLUGIN_PATCHED_VERSION = "addon.plugin.version.patched."; 23 24 /** The limit to the number of ManageableAsProjects that can be used with the ManageableAsProject Picker */ 25 static final String JIRA_AJAX_MANAGEABLEASPROJECT_PICKER_LIMIT = "jira.ajax.autocomplete.manageableAsProjectPicker.limit"; 26 }