Package bear.plugins.misc

Examples of bear.plugins.misc.ReleasesPlugin


        public class StartService extends DeploymentStep<StartService> {
            public StartService() {
                beforeCallable = new TaskCallable<Object, TaskResult<?>>() {
                    @Override
                    public TaskResult<?> call(SessionContext $, Task<Object, TaskResult<?>> task) throws Exception {
                        ReleasesPlugin releases = $.getGlobal().plugin(ReleasesPlugin.class);

                        try {
                            $.var(releases.pendingRelease).activate();
                        } catch (Fun.UndefinedException e) {
                            // a case of standalone start
View Full Code Here

TOP

Related Classes of bear.plugins.misc.ReleasesPlugin

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.