Package hudson.model

Class BuildTimelineWidget

java.lang.Object
hudson.model.BuildTimelineWidget

@Deprecated(since="2.431") public class BuildTimelineWidget extends Object
Deprecated.
since 2.431
UI widget for showing the SIMILE timeline control.

Return this from your "getTimeline" method.

Since:
1.372
Author:
Kohsuke Kawaguchi
  • Field Details

    • builds

      protected final RunList<?> builds
      Deprecated.
  • Constructor Details

    • BuildTimelineWidget

      public BuildTimelineWidget(RunList<?> builds)
      Deprecated.
  • Method Details

    • getFirstBuild

      @Deprecated public Run<?,?> getFirstBuild()
      Deprecated.
    • getLastBuild

      @Deprecated public Run<?,?> getLastBuild()
      Deprecated.
    • doData

      public org.kohsuke.stapler.HttpResponse doData(org.kohsuke.stapler.StaplerRequest req, @QueryParameter long min, @QueryParameter long max)
      Deprecated.