Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data |
Modifier and Type | Method and Description |
---|---|
List<TriggeredItemEntity> |
TriggerMonitor.EventState.getBuilds()
Gets the builds that has started for this event.
|
Modifier and Type | Method and Description |
---|---|
TriggeredItemEntity |
TriggerContext.getThisBuild()
The build that this context represents.
|
Modifier and Type | Method and Description |
---|---|
List<TriggeredItemEntity> |
TriggerContext.getOthers()
A list of builds that were triggered by the same event as "this" build.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerContext.setThisBuild(TriggeredItemEntity thisBuild)
The build that this context represents.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerContext.setOthers(List<TriggeredItemEntity> otherBuilds)
A list of builds that were triggered by the same event as "this" build.
|
Constructor and Description |
---|
TriggerContext(hudson.model.Run thisBuild,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
List<TriggeredItemEntity> others)
standard constructor.
|
Copyright © 2016. All rights reserved.