Uses of Class
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Approval

Packages that use Approval
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events   
 

Uses of Approval in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that return types with arguments of type Approval
 List<Approval> CommentAdded.getApprovals()
          Get the code review approvals associated with this Gerrit comment.
 

Method parameters in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events with type arguments of type Approval
 void CommentAdded.setApprovals(List<Approval> approvals)
          Set the code review approvals for this event.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.