public abstract class SCMTraitDescriptor<T extends SCMTrait<T>> extends Descriptor<T>
Descriptor
of SCMTrait
implementations.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier and Type | Method and Description |
---|---|
Class<? extends SCM> |
getScmClass()
|
boolean |
isApplicableToSCM(Class<? extends SCM> scmClass)
|
boolean |
isApplicableToSCM(SCMDescriptor<?> scm)
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
public boolean isApplicableToSCM(@NonNull SCMDescriptor<?> scm)
scm
- the SCMDescriptor
for the type of SCM
.true
if applicable to the specified type of SCM
.Copyright © 2016–2022. All rights reserved.