|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractBuild.DependencyChange
public static final class AbstractBuild.DependencyChange
Represents a change in the dependency.
Field Summary | |
---|---|
AbstractBuild |
from
Build object for fromId . |
int |
fromId
Version of the dependency project used in the previous build. |
AbstractProject |
project
The dependency project. |
AbstractBuild |
to
|
int |
toId
Version of the dependency project used in this build. |
Constructor Summary | |
---|---|
AbstractBuild.DependencyChange(AbstractProject<?,?> project,
int fromId,
int toId)
|
Method Summary | |
---|---|
List<AbstractBuild> |
getBuilds()
Gets the AbstractBuild objects (fromId,toId]. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final AbstractProject project
public final int fromId
public final AbstractBuild from
Build
object for fromId
. Can be null if the log is gone.
public final int toId
public final AbstractBuild to
Constructor Detail |
---|
public AbstractBuild.DependencyChange(AbstractProject<?,?> project, int fromId, int toId)
Method Detail |
---|
public List<AbstractBuild> getBuilds()
AbstractBuild
objects (fromId,toId].
This method returns all such available builds in the ascending order of IDs, but due to log rotations, some builds may be already unavailable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |