| 程序包 | 说明 |
|---|---|
| com.offbytwo.jenkins.helper | |
| com.offbytwo.jenkins.model |
| 限定符和类型 | 方法和说明 |
|---|---|
Range |
Range.FromBuilder.build() |
Range |
Range.ToBuilder.build() |
Range |
Range.Builder.only(int only) |
Range |
Range.FromBuilder.to(int t) |
| 构造器和说明 |
|---|
Range.FromBuilder(Range range) |
Range.ToBuilder(Range range) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<MavenBuild> |
MavenJobWithDetails.getAllBuilds(Range range)
{M,N}: From the M-th element (inclusive) to the N-th element
(exclusive).
|
java.util.List<Build> |
JobWithDetails.getAllBuilds(Range range)
{M,N}: From the M-th element (inclusive) to the N-th element
(exclusive).
|