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
FieldsModifier and TypeFieldDescriptionfinal AbstractBuildfinal intVersion of the dependency project used in the previous build.final AbstractProjectThe dependency project.final AbstractBuildfinal intVersion of the dependency project used in this build. - 
Constructor Summary
Constructors - 
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 theAbstractBuildobjects (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.
 
 -