Uses of Class
com.vectorcast.plugins.vectorcastexecution.job.ScmConflictException
-
Packages that use ScmConflictException Package Description com.vectorcast.plugins.vectorcastexecution Non-specific java for VCE.com.vectorcast.plugins.vectorcastexecution.job Job-specific java for VCE. -
-
Uses of ScmConflictException in com.vectorcast.plugins.vectorcastexecution
Methods in com.vectorcast.plugins.vectorcastexecution that return ScmConflictException Modifier and Type Method Description ScmConflictException
VectorCASTJobPipeline. getScmException()
Get the job already scm conflict exception. -
Uses of ScmConflictException in com.vectorcast.plugins.vectorcastexecution.job
Constructors in com.vectorcast.plugins.vectorcastexecution.job that throw ScmConflictException Constructor Description NewPipelineJob(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Constructor.
-