Uses of Class
com.vectorcast.plugins.vectorcastexecution.JobBase
- 
Packages that use JobBase Package Description com.vectorcast.plugins.vectorcastexecution Non-specific java for VCE.
- 
- 
Uses of JobBase in com.vectorcast.plugins.vectorcastexecutionSubclasses of JobBase in com.vectorcast.plugins.vectorcastexecution Modifier and Type Class Description classVectorCASTJobDiagCreate VectorCAST diagnostic job.classVectorCASTJobPipelineCreate multiple jobs.classVectorCASTJobSingleCreate single job.Methods in com.vectorcast.plugins.vectorcastexecution that return JobBase Modifier and Type Method Description JobBaseVectorCASTJobRoot. getDynamic(String name)Get dynamic 'job' - used by Stapler.Methods in com.vectorcast.plugins.vectorcastexecution that return types with arguments of type JobBase Modifier and Type Method Description static ExtensionList<JobBase>JobBase. all()Returns all the registeredJobBases.List<JobBase>VectorCASTJobRoot. getAll()Get all actions associated with this URL.
 
-