Uses of Enum Class
jenkins.security.csp.FetchDirective
Packages that use FetchDirective
-
Uses of FetchDirective in jenkins.security.csp
Methods in jenkins.security.csp that return FetchDirectiveModifier and TypeMethodDescriptionstatic FetchDirectiveReturns theFetchDirectivecorresponding to the specified key.FetchDirective.getFallback()Which element is used as fallback if one is undefined.static FetchDirectiveReturns the enum constant of this class with the specified name.static FetchDirective[]FetchDirective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jenkins.security.csp that return types with arguments of type FetchDirectiveModifier and TypeMethodDescriptionstatic Optional<FetchDirective> FetchDirective.toFetchDirective(String key) Methods in jenkins.security.csp with parameters of type FetchDirectiveModifier and TypeMethodDescriptionprotected voidSimpleContributor.allow(FetchDirective directive, String... domain) CspBuilder.initialize(FetchDirective fetchDirective, String... values) Adds an initial value for the specified*-srcdirective.