Class VectorCASTJobDiag

    • Constructor Detail

      • VectorCASTJobDiag

        public VectorCASTJobDiag()
    • Method Detail

      • isExists

        public boolean isExists()
        Check if the diagnostics job exists.
        Returns:
        true if it exists and false if not
      • getResponse

        protected org.kohsuke.stapler.StaplerResponse getResponse()
        Get response.
        Returns:
        response
      • getRequest

        protected org.kohsuke.stapler.StaplerRequest getRequest()
        Get request.
        Returns:
        request
      • doCreate

        public org.kohsuke.stapler.HttpResponse doCreate​(org.kohsuke.stapler.StaplerRequest request,
                                                         org.kohsuke.stapler.StaplerResponse response)
                                                  throws javax.servlet.ServletException,
                                                         IOException,
                                                         Descriptor.FormException
        Create the diagnostics job.
        Parameters:
        request - request objext
        response - response object
        Returns:
        http response
        Throws:
        javax.servlet.ServletException - exception
        IOException - exception
        Descriptor.FormException - exception