Uses of Class
com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
-
Packages that use JobAlreadyExistsException Package Description com.vectorcast.plugins.vectorcastexecution Non-specific java for VCE.com.vectorcast.plugins.vectorcastexecution.job Job-specific java for VCE. -
-
Uses of JobAlreadyExistsException in com.vectorcast.plugins.vectorcastexecution
Methods in com.vectorcast.plugins.vectorcastexecution that return JobAlreadyExistsException Modifier and Type Method Description JobAlreadyExistsException
VectorCASTJobPipeline. getException()
Get the job already exists exception.JobAlreadyExistsException
VectorCASTJobSingle. getException()
Get job already exists exception. -
Uses of JobAlreadyExistsException in com.vectorcast.plugins.vectorcastexecution.job
Methods in com.vectorcast.plugins.vectorcastexecution.job that throw JobAlreadyExistsException Modifier and Type Method Description void
BaseJob. create()
Create the job(s).void
NewPipelineJob. create()
Create the Pipeline Jenkinsfile script.protected abstract Project<?,?>
BaseJob. createProject()
Create top-level project.protected Project<?,?>
NewPipelineJob. createProject()
Create project.protected Project<?,?>
NewSingleJob. createProject()
Create project.
-