public static final class AbstractBuild.DependencyChange extends Object
Modifier and Type | Field and Description |
---|---|
AbstractBuild |
from
|
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 and Description |
---|
DependencyChange(AbstractProject<?,?> project,
int fromId,
int toId) |
Modifier and Type | Method and Description |
---|---|
List<AbstractBuild> |
getBuilds()
Gets the
AbstractBuild objects (fromId,toId]. |
public final AbstractProject project
public final int fromId
public final AbstractBuild from
public final int toId
public final AbstractBuild to
public DependencyChange(AbstractProject<?,?> project, int fromId, int toId)
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.
Copyright © 2004–2021. All rights reserved.