Class NodesController

java.lang.Object
net.bull.javamelody.NodesController

public class NodesController extends Object
Controller between data and presentation for Hudson/Jenkins' nodes (slaves in general)
Author:
Emeric Vernat
  • Field Details

  • Constructor Details

    • NodesController

      public NodesController(NodesCollector nodesCollector, String nodeName)
      Constructor.
      Parameters:
      nodesCollector - NodesCollector
      nodeName - Nom du node
  • Method Details

    • doMonitoring

      public void doMonitoring(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
      Generate a report
      Parameters:
      req - Http request
      resp - Http response
      Throws:
      IOException - e
    • isJavaInformationsNeeded

      public static boolean isJavaInformationsNeeded(javax.servlet.http.HttpServletRequest httpRequest)
      Is it necessary to collect java informations for this monitoring request?
      Parameters:
      httpRequest - HttpServletRequest
      Returns:
      boolean