Package hudson.model

Examples of hudson.model.ViewGroupMixIn


        }
        if (primaryView == null) {
            primaryView = views.get(0).getViewName();
        }
        mixin = new MixInImpl(this);
        viewGroupMixIn = new ViewGroupMixIn(this) {
            @Override
            protected List<View> views() {
                return views;
            }
View Full Code Here

TOP

Related Classes of hudson.model.ViewGroupMixIn

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.