Class InvisibleActionHostingHtml

    • Constructor Detail

      • InvisibleActionHostingHtml

        public InvisibleActionHostingHtml()
    • Method Detail

      • getJenkinsConfigId

        public String getJenkinsConfigId()
        Returns:
        The name of the executed platform
      • setJenkinsConfigId

        public void setJenkinsConfigId​(String jenkinsConfigId)
        Set the unique id of the jenkins configuartion that test case ran on.
        Parameters:
        jenkinsConfigId - The unique id
      • pathToHtml

        protected File pathToHtml()
        Returns:
        The path to the html file
      • doDynamic

        public void doDynamic​(org.kohsuke.stapler.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp)
                       throws IOException,
                              javax.servlet.ServletException
        This method is called when an InvisibleActionHostingHtml object is created. It displays the "index.html"
        Parameters:
        req - The request
        rsp - The response
        Throws:
        IOException - If an IO error occures
        javax.servlet.ServletException - If the response could not be generated