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

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

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

Fields in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events declared as PatchSet
protected  PatchSet ChangeBasedEvent.patchSet
          Refers to a specific patchset within a change.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that return PatchSet
 PatchSet ChangeBasedEvent.getPatchSet()
          The patchSet.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events with parameters of type PatchSet
 void ChangeBasedEvent.setPatchset(PatchSet patchset)
          The patchSet.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.