| Package | Description |
|---|---|
| com.offbytwo.jenkins.model |
| Modifier and Type | Field and Description |
|---|---|
static MavenBuild |
MavenBuild.BUILD_HAS_NEVER_RUN
This will be returned by the API in cases where no build has ever
been executed like
JobWithDetails.getLastBuild() etc. |
| Modifier and Type | Method and Description |
|---|---|
MavenBuild |
MavenJobWithDetails.getBuildByNumber(int buildNumber) |
MavenBuild |
MavenJobWithDetails.getFirstBuild() |
MavenBuild |
MavenJobWithDetails.getLastBuild() |
MavenBuild |
MavenJobWithDetails.getLastCompletedBuild() |
MavenBuild |
MavenJobWithDetails.getLastFailedBuild() |
MavenBuild |
MavenJobWithDetails.getLastStableBuild() |
MavenBuild |
MavenJobWithDetails.getLastSuccessfulBuild() |
MavenBuild |
MavenJobWithDetails.getLastUnstableBuild() |
MavenBuild |
MavenJobWithDetails.getLastUnsuccessfulBuild() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenBuild> |
MavenJobWithDetails.getAllBuilds()
This method will give you back all builds which exists independent of the
number.
|
List<MavenBuild> |
MavenJobWithDetails.getAllBuilds(Range range)
{M,N}: From the M-th element (inclusive) to the N-th element
(exclusive).
{M,}: From the M-th element (inclusive) to the end.
{,N}: From the first element (inclusive) to the N-th element
(exclusive).
|
List<MavenBuild> |
MavenJobWithDetails.getBuilds()
This method will give you back the builds of a particular job.
|
Copyright © 2016. All rights reserved.