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.vectorcastexecution
Subclasses of JobBase in com.vectorcast.plugins.vectorcastexecution Modifier and Type Class Description class
VectorCASTJobDiag
Create VectorCAST diagnostic job.class
VectorCASTJobPipeline
Create multiple jobs.class
VectorCASTJobSingle
Create single job.Methods in com.vectorcast.plugins.vectorcastexecution that return JobBase Modifier and Type Method Description JobBase
VectorCASTJobRoot. 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 registeredJobBase
s.List<JobBase>
VectorCASTJobRoot. getAll()
Get all actions associated with this URL.
-