Uses of Class
com.vectorcast.plugins.vectorcastexecution.JobBase
-
Packages that use JobBase Package Description com.vectorcast.plugins.vectorcastexecution -
-
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 jobclass
VectorCASTJobPipeline
Create multiple jobsclass
VectorCASTJobSingle
Create single jobMethods in com.vectorcast.plugins.vectorcastexecution that return JobBase Modifier and Type Method Description JobBase
VectorCASTJobRoot. getDynamic(String name)
Get dynamic 'job' - used by StaplerMethods in com.vectorcast.plugins.vectorcastexecution that return types with arguments of type JobBase Modifier and Type Method Description static hudson.ExtensionList<JobBase>
JobBase. all()
Returns all the registeredJobBase
s.List<JobBase>
VectorCASTJobRoot. getAll()
Get all actions associated with this URL
-