Uses of Class
com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
Packages that use JobAlreadyExistsException
Package
Description
Non-specific java for VCE.
Job-specific java for VCE.
-
Uses of JobAlreadyExistsException in com.vectorcast.plugins.vectorcastexecution
Methods in com.vectorcast.plugins.vectorcastexecution that return JobAlreadyExistsExceptionModifier and TypeMethodDescriptionVectorCASTJobPipeline.getException()Get the job already exists exception.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 JobAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidBaseJob.create()Create the job(s).voidNewPipelineJob.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.