Class VectorCASTJobDiag

  • All Implemented Interfaces:
    hudson.ExtensionPoint, hudson.model.Action, hudson.model.Describable<JobBase>, hudson.model.ModelObject

    @Extension
    public class VectorCASTJobDiag
    extends JobBase
    Create VectorCAST diagnostic job
    • Constructor Detail

      • VectorCASTJobDiag

        public VectorCASTJobDiag()
    • Method Detail

      • getUrlName

        public String getUrlName()
        Get the diagnostics job URL
        Specified by:
        getUrlName in interface hudson.model.Action
        Overrides:
        getUrlName in class JobBase
        Returns:
        url
      • isExists

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

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