Package hudson.model
Class AbstractBuild.DependencyChange
java.lang.Object
hudson.model.AbstractBuild.DependencyChange
- Enclosing class:
- AbstractBuild<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>>
Represents a change in the dependency.
-
Field Summary
Modifier and TypeFieldDescriptionfinal AbstractBuild
final int
Version of the dependency project used in the previous build.final AbstractProject
The dependency project.final AbstractBuild
final int
Version of the dependency project used in this build. -
Constructor Summary
-
Method Summary
-
Field Details
-
project
The dependency project. -
fromId
public final int fromIdVersion of the dependency project used in the previous build. -
from
-
toId
public final int toIdVersion of the dependency project used in this build. -
to
-
-
Constructor Details
-
DependencyChange
-
-
Method Details
-
getBuilds
Gets theAbstractBuild
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.
-