Example #1
0
 public String getJiraPath(JiraType type) {
   return preferences.get(type.toString(), null);
 }
Example #2
0
 public void setJiraPath(JiraType type, String path) {
   preferences.put(type.toString(), path);
 }