Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.TriggeredItemEntity

Packages that use TriggeredItemEntity
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
 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
 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
 List<TriggeredItemEntity> TriggerContext.getOthers()
          A list of builds that were triggered by the same event as "this" build.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type TriggeredItemEntity
 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
 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
TriggerContext(hudson.model.AbstractBuild thisBuild, GerritTriggeredEvent event, List<TriggeredItemEntity> others)
          standard constructor.
 



Copyright © 2004-2013. All Rights Reserved.