Package com.atlassian.labs.speakeasy.model

Examples of com.atlassian.labs.speakeasy.model.Extension


        this.pluginAccessor = pluginAccessor;
        this.bundleContext = bundleContext;
    }
    public Extension build(Plugin plugin) throws PluginOperationFailedException
    {
        return buildGlobal(plugin, new Extension(plugin));
    }
View Full Code Here

TOP

Related Classes of com.atlassian.labs.speakeasy.model.Extension

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.