Class WavefrontJobProperty<T extends Job<?,​?>>

    • Constructor Detail

      • WavefrontJobProperty

        @DataBoundConstructor
        public WavefrontJobProperty()
    • Method Detail

      • isEnableSendingJunitReportData

        public boolean isEnableSendingJunitReportData()
      • setEnableSendingJunitReportData

        @DataBoundSetter
        public void setEnableSendingJunitReportData​(boolean enableSendingJunitReportData)
        Parameters:
        enableSendingJunitReportData - - The configured checkbox in the job configuration
      • isEnableSendingJacocoReportData

        public boolean isEnableSendingJacocoReportData()
      • setEnableSendingJacocoReportData

        @DataBoundSetter
        public void setEnableSendingJacocoReportData​(boolean enableSendingJacocoReportData)
        Parameters:
        enableSendingJacocoReportData - - The configured checkbox in the job configuration
      • isEnableSendingJobParameters

        public boolean isEnableSendingJobParameters()
      • setEnableSendingJobParameters

        @DataBoundSetter
        public void setEnableSendingJobParameters​(boolean enableSendingJobParameters)
        Parameters:
        enableSendingJobParameters - - The configured checkbox in the job configuration
      • getJobParameters

        public String getJobParameters()
      • setJobParameters

        @DataBoundSetter
        public void setJobParameters​(String jobParameters)
        Parameters:
        jobParameters - - The configured textarea in the job configuration
      • reconfigure

        public JobProperty<?> reconfigure​(org.kohsuke.stapler.StaplerRequest req,
                                          @Nonnull
                                          net.sf.json.JSONObject form)
                                   throws Descriptor.FormException
        This method is called whenever the Job form is saved. We use the 'on' property to determine if the controls are selected.
        Specified by:
        reconfigure in interface ReconfigurableDescribable<T extends Job<?,​?>>
        Overrides:
        reconfigure in class JobProperty<T extends Job<?,​?>>
        Parameters:
        req - - The request
        form - - A JSONObject containing the submitted form data from the job configuration
        Returns:
        a JobProperty object representing the tagging added to the job
        Throws:
        Descriptor.FormException - if querying of form throws an error