Class JobBaseDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<JobBase>
-
- com.vectorcast.plugins.vectorcastexecution.JobBaseDescriptor
-
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.util.io.OnMaster
- Direct Known Subclasses:
VectorCASTJobDiag.DescriptorImpl
,VectorCASTJobPipeline.DescriptorImpl
,VectorCASTJobSingle.DescriptorImpl
public abstract class JobBaseDescriptor extends hudson.model.Descriptor<JobBase>
Base descriptor for the VectorCAST jobs
-
-
Constructor Summary
Constructors Constructor Description JobBaseDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-