Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritJsonDTO

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

Uses of GerritJsonDTO in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
 

Subinterfaces of GerritJsonDTO in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
 interface GerritJsonEvent
          Base interface for a JSON event from Gerrit.
 

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

Classes in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr that implement GerritJsonDTO
 class Account
          Represents a Gerrit JSON Account DTO.
 class Approval
          Represents a Gerrit JSON Approval DTO.
 class Change
          Represents a Gerrit JSON Change DTO.
 class PatchSet
          Represents a Gerrit JSON Patchset DTO.
 class RefUpdate
          Represents a Gerrit JSON Reference Updated DTO.
 

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

Classes in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that implement GerritJsonDTO
 class ChangeAbandoned
          A DTO representation of the change-abandoned Gerrit Event.
 class ChangeMerged
          A DTO representation of the change-merged Gerrit Event.
 class CommentAdded
          A DTO representation of the comment-added Gerrit Event.
 class DraftPublished
          A DTO representation of the draft-published Gerrit Event.
 class ManualPatchsetCreated
          Represents a Patchset manually selected to be built by a user.
 class PatchsetCreated
          A DTO representation of the patchset-created Gerrit Event.
 class RefUpdated
          A DTO representation of the ref-updated Gerrit Event.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.