Package com.sonymobile.tools.gerrit.gerritevents.dto.rest

Examples of com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInput


                    }
                }
            }
        }
        return new ReviewInput(message, scoredLabels, commentedFiles).setNotify(notificationLevel);
    }
View Full Code Here


     *
     * @return ReviewInput
     */
    protected ReviewInput createReview() {
        String message = parameterExpander.getBuildStartedMessage(build, listener, event, stats);
        return new ReviewInput(message);
    }
View Full Code Here

TOP

Related Classes of com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInput

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.