Class QuickFilterAction

    • Constructor Detail

      • QuickFilterAction

        public QuickFilterAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • toggle

        @NotNull
        public @NotNull String toggle()
      • getBuildPlansForDashboard

        @NotNull
        protected @NotNull List<ImmutableTopLevelPlan> getBuildPlansForDashboard()
        Fetches build plans for dashboard and filters them by quick filters for this request.
        Overrides:
        getBuildPlansForDashboard in class StarterAction
        Returns:
        list of top level plans filtered by this request quick filters
      • getFilterIds

        @NotNull
        public @NotNull List<Long> getFilterIds()
      • setFilterIds

        public void setFilterIds​(@Nullable
                                 @Nullable Collection<Long> filterIds)