Class VectorCASTJobSingle

java.lang.Object
com.vectorcast.plugins.vectorcastexecution.JobBase
com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
All Implemented Interfaces:
ExtensionPoint, Action, Describable<JobBase>, ModelObject

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

    • VectorCASTJobSingle

      public VectorCASTJobSingle()
  • Method Details

    • getProjectName

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

      public JobAlreadyExistsException getException()
      Get job already exists exception.
      Returns:
      exception
    • getUrlName

      public String getUrlName()
      Get url name for creating single job.
      Specified by:
      getUrlName in interface 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, Descriptor.FormException
      Create the single job.
      Parameters:
      request - request object
      response - response object
      Returns:
      response
      Throws:
      javax.servlet.ServletException - exception
      IOException - exception
      Descriptor.FormException - exception