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.
 String getUnsuccessfulMessage()
          Gets the unsuccessful message for an entry.
 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.

getUnsuccessfulMessage

public String getUnsuccessfulMessage()
Gets the unsuccessful message for an entry.

Returns:
the message.

isBuildCompleted

public boolean isBuildCompleted()
If the build is completed.

Returns:
true if the build is completed.


Copyright © 2004-2013. All Rights Reserved.