Uses of Class
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventType

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

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

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto that return GerritEventType
static GerritEventType GerritEventType.findByTypeValue(String typeValue)
          Finds the event type for the specified type-value.
 GerritEventType GerritEvent.getEventType()
          Returns what type of event it is.
static GerritEventType[] GerritEventType.getInterestingEventTypes()
          Lists all event types that are interesting.
static GerritEventType GerritEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GerritEventType[] GerritEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that return GerritEventType
 GerritEventType RefUpdated.getEventType()
           
 GerritEventType CommentAdded.getEventType()
           
 GerritEventType ChangeAbandoned.getEventType()
           
 GerritEventType DraftPublished.getEventType()
           
 GerritEventType ChangeMerged.getEventType()
           
 GerritEventType PatchsetCreated.getEventType()
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.