Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.TriggeredItemEntity
Packages that use TriggeredItemEntity
Package
Description
-
Uses of TriggeredItemEntity in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual that return types with arguments of type TriggeredItemEntityModifier and TypeMethodDescriptionTriggerMonitor.EventState.getBuilds()Gets the builds that has started for this event. -
Uses of TriggeredItemEntity in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return TriggeredItemEntityModifier and TypeMethodDescriptionTriggerContext.getThisBuild()The build that this context represents.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return types with arguments of type TriggeredItemEntityModifier and TypeMethodDescriptionTriggerContext.getOthers()A list of builds that were triggered by the same event as "this" build.TriggerContext.getSortedOthers()Gets all the other entities in the most user friendly order.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type TriggeredItemEntityModifier and TypeMethodDescriptionvoidTriggerContext.setThisBuild(TriggeredItemEntity thisBuild) The build that this context represents.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type TriggeredItemEntityModifier and TypeMethodDescriptionvoidTriggerContext.setOthers(List<TriggeredItemEntity> otherBuilds) A list of builds that were triggered by the same event as "this" build.Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with type arguments of type TriggeredItemEntityModifierConstructorDescriptionTriggerContext(Run thisBuild, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, List<TriggeredItemEntity> others) standard constructor.