Class AbstractReportPublisherDslExtension.AbstractReportContext

    • Field Detail

      • allowMissing

        protected boolean allowMissing
        The allow missing reports setting.
      • runOnFailed

        protected boolean runOnFailed
        The run on failed setting.
      • archiving

        protected boolean archiving
        The archiving setting.
      • keepAll

        protected boolean keepAll
        The keep all archives setting.
    • Constructor Detail

      • AbstractReportContext

        public AbstractReportContext()
    • Method Detail

      • allowMissing

        public void allowMissing​(boolean value)
        Option defining whether missing reports are allowed.
        Parameters:
        value - the value
      • runOnFailed

        public void runOnFailed​(boolean value)
        Option defining whether this publisher even runs on a failed build.
        Parameters:
        value - the value
      • archiving

        public void archiving​(boolean value)
        Option defining whether archiving artifacts is enabled.
        Parameters:
        value - the value
      • keepAll

        public void keepAll​(boolean value)
        Option defining whether artifacts are archived for all successful builds.
        Parameters:
        value - the value