public static class BuildMemory.MemoryImprint.Entry extends Object
Modifier and Type | Method and Description |
---|---|
hudson.model.Run |
getBuild()
The build of a project.
|
String |
getCustomUrl()
Gets the URL to post for an entry.
|
hudson.model.Job |
getProject()
The Project.
|
String |
getUnsuccessfulMessage()
Gets the unsuccessful message for an entry.
|
boolean |
isBuildCompleted()
If the build is completed.
|
boolean |
isProject(hudson.model.Job other)
If the provided project is the same as this entry is referencing.
|
String |
toString() |
@CheckForNull @WithBridgeMethods(value=hudson.model.AbstractProject.class) public hudson.model.Job getProject()
@CheckForNull @WithBridgeMethods(value=hudson.model.AbstractBuild.class) public hudson.model.Run getBuild()
public String getCustomUrl()
public String getUnsuccessfulMessage()
public boolean isBuildCompleted()
public boolean isProject(hudson.model.Job other)
other
- the other project to checkgetProject()
Copyright © 2016. All rights reserved.