Class BuildsScheduleForm


  • public class BuildsScheduleForm
    extends Object
    Created with IntelliJ IDEA.
    Author:
    Oleg Rybak (oleg.rybak@jetbrains.com)
    • Constructor Detail

      • BuildsScheduleForm

        public BuildsScheduleForm()
    • Method Detail

      • getOrCreateForm

        @Nullable
        public static BuildsScheduleForm getOrCreateForm​(@NotNull
                                                         javax.servlet.http.HttpServletRequest request)
      • getScheduleDate

        @NotNull
        public String getScheduleDate()
      • isShowOnlyUpcoming

        public boolean isShowOnlyUpcoming()
      • isShowDisabled

        public boolean isShowDisabled()
      • isShowPaused

        public boolean isShowPaused()
      • isHideOnlyPending

        public boolean isHideOnlyPending()
      • isHasAdvancedOptions

        public boolean isHasAdvancedOptions()
      • getFilterProjectId

        @Nullable
        public String getFilterProjectId()
      • setFilterProjectId

        public void setFilterProjectId​(@Nullable
                                       String filterProjectId)
      • setShowOnlyUpcoming

        public void setShowOnlyUpcoming​(boolean showOnlyUpcoming)
      • setShowDisabled

        public void setShowDisabled​(boolean showDisabled)
      • setScheduleDate

        public void setScheduleDate​(@NotNull
                                    String scheduleDate)
      • setShowPaused

        public void setShowPaused​(boolean showPaused)
      • setHideOnlyPending

        public void setHideOnlyPending​(boolean hideOnlyPending)
      • getScheduleDateAsDate

        public Date getScheduleDateAsDate()