Class VectorCASTJobSingle

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

    @Extension
    public class VectorCASTJobSingle
    extends JobBase
    Create single job
    • Constructor Detail

      • VectorCASTJobSingle

        public VectorCASTJobSingle()
    • Method Detail

      • getProjectName

        public String getProjectName()
        Get the project name
        Returns:
        project name
      • getUrlName

        public String getUrlName()
        Get url name for creating single job
        Specified by:
        getUrlName in interface hudson.model.Action
        Overrides:
        getUrlName in class JobBase
        Returns:
        url
      • 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 single job
        Parameters:
        request - request object
        response - response object
        Returns:
        response
        Throws:
        javax.servlet.ServletException - exception
        IOException - exception
        hudson.model.Descriptor.FormException - exception