Uses of Annotation Interface
org.jenkinsci.plugins.variant.OptionalExtension
-
Uses of OptionalExtension in org.jenkinsci.plugins.variant
Subclasses with type arguments of type OptionalExtension in org.jenkinsci.plugins.variantModifier and TypeClassDescriptionclassProcesses extensions marked withOptionalExtensionand decides when they are activated.Methods in org.jenkinsci.plugins.variant with parameters of type OptionalExtensionModifier and TypeMethodDescriptionprotected doubleOptionalExtensionProcessor.getOrdinal(OptionalExtension annotation) protected booleanOptionalExtensionProcessor.isOptional(OptionalExtension annotation) If the trigger condition is not met, we filter it by not making the extension active, which means extensions could always be non-optional as far asExtensionFinder.GuiceExtensionAnnotationis concerned.