Package com.atlassian.configurable

Examples of com.atlassian.configurable.ObjectConfiguration


   *
   * @see
   * com.atlassian.configurable.ObjectConfigurable#getObjectConfiguration()
   */
  public ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException {
    final ObjectConfiguration objectConfiguration = getObjectConfiguration("slaservice", "com/qxlva/jira/services/sla/slaservice.xml", null);
    return objectConfiguration;
  }
View Full Code Here

TOP

Related Classes of com.atlassian.configurable.ObjectConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.