Uses of Class
com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
-
Packages that use JobAlreadyExistsException Package Description com.vectorcast.plugins.vectorcastexecution com.vectorcast.plugins.vectorcastexecution.job -
-
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 exceptionJobAlreadyExistsException
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(boolean update)
Create the job(s)void
NewPipelineJob. create(boolean update)
Create the Pipeline Jenkinsfile scriptprotected abstract hudson.model.Project
BaseJob. createProject()
Create top-level projectprotected hudson.model.Project
NewPipelineJob. createProject()
Create projectprotected hudson.model.Project
NewSingleJob. createProject()
Create project
-