Package com.atlassian.jira.issue.customfields.config.item

Examples of com.atlassian.jira.issue.customfields.config.item.SettableOptionsConfigItem


    @Override
    public List<FieldConfigItemType> getConfigurationItemTypes()
    {
        final List<FieldConfigItemType> configurationItemTypes = super.getConfigurationItemTypes();
        configurationItemTypes.add(new SettableOptionsConfigItem(this, optionsManager));
        return configurationItemTypes;
    }
View Full Code Here

TOP

Related Classes of com.atlassian.jira.issue.customfields.config.item.SettableOptionsConfigItem

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.