public static class BuildMemory.MemoryImprint.Entry extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isProject(hudson.model.AbstractProject other)
If the provided project is the same as this entry is referencing.
|
String |
toString() |
@CheckForNull public hudson.model.AbstractProject getProject()
@CheckForNull public hudson.model.AbstractBuild getBuild()
public String getUnsuccessfulMessage()
public boolean isBuildCompleted()
public boolean isProject(hudson.model.AbstractProject other)
other
- the other project to checkgetProject()
Copyright © 2004-2015. All Rights Reserved.