public class BuildTimelineWidget extends Object
Return this from your "getTimeline" method.
| Constructor and Description |
|---|
BuildTimelineWidget(RunList<?> builds) |
| Modifier and Type | Method and Description |
|---|---|
org.koshuke.stapler.simile.timeline.TimelineEventList |
doData(org.kohsuke.stapler.StaplerRequest req,
long min,
long max) |
Run<?,?> |
getFirstBuild()
Deprecated.
|
Run<?,?> |
getLastBuild()
Deprecated.
|
protected final RunList<?> builds
public BuildTimelineWidget(RunList<?> builds)
@Deprecated public Run<?,?> getFirstBuild()
@Deprecated public Run<?,?> getLastBuild()
public org.koshuke.stapler.simile.timeline.TimelineEventList doData(org.kohsuke.stapler.StaplerRequest req,
@QueryParameter
long min,
@QueryParameter
long max)
throws IOException
IOExceptionCopyright © 2019. All rights reserved.