Class URLDeployableMonitor

    • Constructor Detail

      • URLDeployableMonitor

        public URLDeployableMonitor​(URL pingURL)
        Parameters:
        pingURL - the URL to be pinged and which will tell when the Deployable is deployed
      • URLDeployableMonitor

        public URLDeployableMonitor​(URL pingURL,
                                    long timeout)
        Parameters:
        pingURL - the URL to be pinged and which will tell when the Deployable is deployed
        timeout - the timeout after which we stop monitoring the deployment
      • URLDeployableMonitor

        public URLDeployableMonitor​(URL pingURL,
                                    long timeout,
                                    String contains)
        Parameters:
        pingURL - the URL to be pinged and which will tell when the Deployable is deployed
        timeout - the timeout after which we stop monitoring the deployment
        contains - a string that must be contained
    • Method Detail

      • getDeployableName

        public String getDeployableName()
        Returns:
        a string identifying the deployable that is monitored