hudson.model
Class BuildTimelineWidget
java.lang.Object
hudson.model.BuildTimelineWidget
public class BuildTimelineWidget
- extends Object
UI widget for showing the SMILE timeline control.
Return this from your "getTimeline" method.
- Since:
- 1.372
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builds
protected final RunList<?> builds
BuildTimelineWidget
public BuildTimelineWidget(RunList<?> builds)
getFirstBuild
public Run<?,?> getFirstBuild()
getLastBuild
public Run<?,?> getLastBuild()
doData
public org.koshuke.stapler.simile.timeline.TimelineEventList doData(org.kohsuke.stapler.StaplerRequest req,
@QueryParameter
long min,
@QueryParameter
long max)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.