|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildMemory.PatchSetKey | |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier | |
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model |
Uses of BuildMemory.PatchSetKey in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type BuildMemory.PatchSetKey | |
---|---|
protected void |
ToGerritRunListener.updateTriggerContexts(hudson.model.AbstractBuild r,
BuildMemory.PatchSetKey key)
Updates the TriggerContext s for all the
GerritCause s in the build. |
Uses of BuildMemory.PatchSetKey in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model that return BuildMemory.PatchSetKey | |
---|---|
BuildMemory.PatchSetKey |
BuildMemory.completed(PatchsetCreated event,
hudson.model.AbstractBuild build)
Sets the memory that a build is completed for an event. |
BuildMemory.PatchSetKey |
BuildMemory.retriggered(PatchsetCreated event,
hudson.model.AbstractProject project,
java.util.List<hudson.model.AbstractBuild> otherBuilds)
Adds a new memory about a build that has been retriggered. |
BuildMemory.PatchSetKey |
BuildMemory.started(PatchsetCreated event,
hudson.model.AbstractBuild build)
Sets the memory that a build has started for an event. |
BuildMemory.PatchSetKey |
BuildMemory.triggered(PatchsetCreated event,
hudson.model.AbstractProject project)
Adds a new memory about a build that has been/will be triggered. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model with parameters of type BuildMemory.PatchSetKey | |
---|---|
int |
BuildMemory.PatchSetKey.compareTo(BuildMemory.PatchSetKey o)
|
void |
BuildMemory.forget(BuildMemory.PatchSetKey key)
Removes the memory for the provided key. |
java.util.List<hudson.model.AbstractBuild> |
BuildMemory.getBuilds(BuildMemory.PatchSetKey key)
Returns all started builds in memory for the given key. |
BuildsStartedStats |
BuildMemory.getBuildsStartedStats(BuildMemory.PatchSetKey key)
Gets the statistics of started builds for a specific memory imprint. |
BuildMemory.MemoryImprint |
BuildMemory.getMemoryImprint(BuildMemory.PatchSetKey key)
Gets the memory of a specific key. |
java.lang.String |
BuildMemory.getStatusReport(BuildMemory.PatchSetKey key)
Returns the status report for the given MemoryImprint. |
boolean |
BuildMemory.isAllBuildsCompleted(BuildMemory.PatchSetKey key)
Tells if all triggered builds have started for a specific memory imprint. |
boolean |
BuildMemory.isAllBuildsStarted(BuildMemory.PatchSetKey key)
Tells if all triggered builds have started for a specific memory imprint. |
void |
BuildMemory.setEntryFailureMessage(BuildMemory.PatchSetKey key,
hudson.model.AbstractBuild r,
java.lang.String failureMessage)
Records the failure message for the given build. |
void |
BuildMemory.updateTriggerContext(BuildMemory.PatchSetKey key,
GerritCause cause,
hudson.model.AbstractBuild r)
Updates the TriggerContext for the provided key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |