Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.TriggeredItemEntity
-
Packages that use TriggeredItemEntity Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data -
-
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 TriggeredItemEntity Modifier and Type Method Description List<TriggeredItemEntity>
TriggerMonitor.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 TriggeredItemEntity Modifier and Type Method Description TriggeredItemEntity
TriggerContext. getThisBuild()
The build that this context represents.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return types with arguments of type TriggeredItemEntity Modifier and Type Method Description List<TriggeredItemEntity>
TriggerContext. getOthers()
A list of builds that were triggered by the same event as "this" build.List<TriggeredItemEntity>
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 TriggeredItemEntity Modifier and Type Method Description void
TriggerContext. 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 TriggeredItemEntity Modifier and Type Method Description void
TriggerContext. 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 TriggeredItemEntity Constructor Description TriggerContext(Run thisBuild, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, List<TriggeredItemEntity> others)
standard constructor.
-