Package com.atlassian.jira.imports.project.customfield

Examples of com.atlassian.jira.imports.project.customfield.SelectCustomFieldImporter


        QueryFieldsMgr qfMgr,
        SearchService searchService,
        IssueManager issueMgr, ApplicationProperties applicationProperties)
    {
        super(optionsManager, valuePersister, genericConfigManager);
        projectCustomFieldImporter = new SelectCustomFieldImporter(optionsManager);
        this.qfMgr = qfMgr;
        this.searchService = searchService;
        this.issueMgr = issueMgr;
        this.applicationProperties = applicationProperties;
    }
View Full Code Here

TOP

Related Classes of com.atlassian.jira.imports.project.customfield.SelectCustomFieldImporter

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.