Class WavefrontManagement

    • Method Detail

      • getProxyHostname

        public String getProxyHostname()
      • setProxyHostname

        public void setProxyHostname​(String proxyHostname)
      • doConfigSubmit

        public void doConfigSubmit​(org.kohsuke.stapler.StaplerRequest req,
                                   org.kohsuke.stapler.StaplerResponse rsp)
                            throws javax.servlet.ServletException,
                                   IOException,
                                   InterruptedException
        Saves the form to the configuration and disk.
        Parameters:
        req - StaplerRequest
        rsp - StaplerResponse
        Throws:
        javax.servlet.ServletException - if something unfortunate happens.
        IOException - if something unfortunate happens.
        InterruptedException
      • getConfigXml

        public XmlFile getConfigXml()
      • getXmlFileName

        protected String getXmlFileName()
      • getProxyPort

        public int getProxyPort()
      • setProxyPort

        public void setProxyPort​(int proxyPort)
      • getFlushInterval

        public int getFlushInterval()
      • setFlushInterval

        public void setFlushInterval​(int flushInterval)
      • getMetricsPrefixName

        public String getMetricsPrefixName()
      • setMetricsPrefixName

        public void setMetricsPrefixName​(String metricsPrefixName)
      • getJobMetricsPrefixName

        public String getJobMetricsPrefixName()
      • setJobMetricsPrefixName

        public void setJobMetricsPrefixName​(String jobMetricsPrefixName)
      • isEnableSendingJunitReportDataForAllJobs

        public boolean isEnableSendingJunitReportDataForAllJobs()
      • setEnableSendingJunitReportDataForAllJobs

        public void setEnableSendingJunitReportDataForAllJobs​(boolean enableSendingJunitReportDataForAllJobs)
      • isEnableSendingJacocoReportDataForAllJobs

        public boolean isEnableSendingJacocoReportDataForAllJobs()
      • setEnableSendingJacocoReportDataForAllJobs

        public void setEnableSendingJacocoReportDataForAllJobs​(boolean enableSendingJacocoReportDataForAllJobs)
      • isEnableSendingParametersAsTagsForAllJobs

        public boolean isEnableSendingParametersAsTagsForAllJobs()
      • setEnableSendingParametersAsTagsForAllJobs

        public void setEnableSendingParametersAsTagsForAllJobs​(boolean enableSendingParametersAsTagsForAllJobs)
      • getTarget

        public Object getTarget()
        Specified by:
        getTarget in interface org.kohsuke.stapler.StaplerProxy
      • load

        public void load()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object