Package hudson.widgets

Examples of hudson.widgets.BuildHistoryWidget


        return DynamicSubBuild.class;
    }

    @Override
    protected HistoryWidget createHistoryWidget() {
        return new BuildHistoryWidget(this, getBuilds(), HISTORY_ADAPTER);
    }
View Full Code Here

TOP

Related Classes of hudson.widgets.BuildHistoryWidget

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.