| Package | Description |
|---|---|
| com.offbytwo.jenkins.helper | |
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.FromBuilder.build() |
Range |
Range.ToBuilder.build() |
Range |
Range.Builder.only(int only) |
Range |
Range.FromBuilder.to(int t) |
| Constructor and Description |
|---|
FromBuilder(Range range) |
ToBuilder(Range range) |
| Modifier and Type | Method and Description |
|---|---|
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<Build> |
JobWithDetails.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).
|
Copyright © 2016. All rights reserved.