Package hudson.model

Class 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 Detail

      • builds

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

      • BuildTimelineWidget

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

      • 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.