Class OtlpAuthentication.AbstractDescriptor
java.lang.Object
hudson.model.Descriptor<OtlpAuthentication>
io.jenkins.plugins.opentelemetry.authentication.OtlpAuthentication.AbstractDescriptor
- All Implemented Interfaces:
Saveable
,Comparable<OtlpAuthentication.AbstractDescriptor>
,Loadable
,OnMaster
- Direct Known Subclasses:
BearerTokenAuthentication.DescriptorImpl
,HeaderAuthentication.DescriptorImpl
,NoAuthentication.DescriptorImpl
- Enclosing class:
- OtlpAuthentication
public abstract static class OtlpAuthentication.AbstractDescriptor
extends Descriptor<OtlpAuthentication>
implements Comparable<OtlpAuthentication.AbstractDescriptor>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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
-
Constructor Details
-
AbstractDescriptor
public AbstractDescriptor()
-
-
Method Details
-
ordinal
public int ordinal()Override alpha sorting- Returns:
- ordinal position
-
compareTo
- Specified by:
compareTo
in interfaceComparable<OtlpAuthentication.AbstractDescriptor>
-