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

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

Uses of Account in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr that return Account
 Account Change.getOwner()
          Owner in account attribute.
 Account PatchSet.getUploader()
          The one who uploaded the patch-set.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr with parameters of type Account
 void Change.setOwner(Account owner)
          Owner in account attribute.
 void PatchSet.setUploader(Account uploader)
          The one who uploaded the patch-set.
 

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

Fields in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events declared as Account
protected  Account GerritTriggeredEvent.account
          The account that triggered the event.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that return Account
 Account GerritTriggeredEvent.getAccount()
          The account that triggered the event.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events with parameters of type Account
 void GerritTriggeredEvent.setAccount(Account account)
          The account that triggered the change.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.