Package com.taobao.eclipse.plugin.reviewboard.core.service

Examples of com.taobao.eclipse.plugin.reviewboard.core.service.RestfulReviewboardReader


    protected ReviewboardHttpClient httpClient;
   
    protected IReviewboardClient reviewboardClient;
   
    public ReviewboardServiceImpl( IReviewboardClient reviewboardClient ) {
        reviewboardReader = new RestfulReviewboardReader();
        this.httpClient = reviewboardClient.getHttpClient();
        this.reviewboardClient = reviewboardClient;
    }
View Full Code Here

TOP

Related Classes of com.taobao.eclipse.plugin.reviewboard.core.service.RestfulReviewboardReader

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.