Class VectorCASTJobPipeline
java.lang.Object
com.vectorcast.plugins.vectorcastexecution.JobBase
com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
- All Implemented Interfaces:
ExtensionPoint,Action,Describable<JobBase>,ModelObject
Create multiple jobs.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponsedoCreate(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Create pipeline job.Get the job already exists exception.getJob()Get the pipeline job object.Get the project name.Get the job already scm conflict exception.Get the job already scm conflict exception.URL for creating pipeline job.Methods inherited from class com.vectorcast.plugins.vectorcastexecution.JobBase
all, getDescriptor, getDisplayName, getIconFileName, getTheScm, setTheScm
-
Constructor Details
-
VectorCASTJobPipeline
public VectorCASTJobPipeline()
-
-
Method Details
-
getJob
Get the pipeline job object.- Returns:
- pipeline job
-
getProjectName
Get the project name.- Returns:
- project name
-
getException
Get the job already exists exception.- Returns:
- job already exists exception
-
getScmException
Get the job already scm conflict exception.- Returns:
- job already scm conflict exception
-
getResException
Get the job already scm conflict exception.- Returns:
- job already scm conflict exception
-
getUrlName
URL for creating pipeline job.- Specified by:
getUrlNamein interfaceAction- Overrides:
getUrlNamein classJobBase- 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 pipeline job.- Parameters:
request- request objextresponse- response object- Returns:
- response
- Throws:
javax.servlet.ServletException- exceptionIOException- exceptionDescriptor.FormException- exception
-