Package hudson.views

Class JobStatusFilter

    • Constructor Detail

      • JobStatusFilter

        @DataBoundConstructor
        public JobStatusFilter​(boolean unstable,
                               boolean failed,
                               boolean aborted,
                               boolean disabled,
                               boolean stable,
                               String includeExcludeTypeString)
    • Method Detail

      • isUnstable

        public boolean isUnstable()
      • isFailed

        public boolean isFailed()
      • isAborted

        public boolean isAborted()
      • isDisabled

        public boolean isDisabled()
      • isStable

        public boolean isStable()