com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model
Class BuildMemory.MemoryImprint.Entry

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildMemory.MemoryImprint.Entry
Enclosing class:
BuildMemory.MemoryImprint

public static class BuildMemory.MemoryImprint.Entry
extends Object

A project-build entry in the list of a MemoryImprint.


Method Summary
 hudson.model.AbstractBuild getBuild()
          The build of a project.
 hudson.model.AbstractProject getProject()
          The Project.
 boolean isBuildCompleted()
          If the build is completed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProject

public hudson.model.AbstractProject getProject()
The Project.

Returns:
the project.

getBuild

public hudson.model.AbstractBuild getBuild()
The build of a project.

Returns:
the build.

isBuildCompleted

public boolean isBuildCompleted()
If the build is completed.

Returns:
true if the build is completed.


Copyright © 2004-2011. All Rights Reserved.