Class FolderConfigurations.CustomTrustedLibraryResolver
java.lang.Object
org.jenkinsci.plugins.workflow.libs.LibraryResolver
io.jenkins.plugins.shared_library_version_override.FolderConfigurations.CustomTrustedLibraryResolver
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FolderConfigurations
@Extension(ordinal=1000.0)
public static class FolderConfigurations.CustomTrustedLibraryResolver
extends org.jenkinsci.plugins.workflow.libs.LibraryResolver
Simulate a new LibraryResolver for Trusted Libraries (Global-level Libraries)
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.libs.LibraryResolver
fromConfiguration, suggestedConfigurations
-
Constructor Details
-
CustomTrustedLibraryResolver
public CustomTrustedLibraryResolver()
-
-
Method Details
-
isTrusted
public boolean isTrusted()- Specified by:
isTrusted
in classorg.jenkinsci.plugins.workflow.libs.LibraryResolver
-
forJob
@NonNull public Collection<org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> forJob(@NonNull Job<?, ?> job, @NonNull Map<String, String> libraryVersions) - Specified by:
forJob
in classorg.jenkinsci.plugins.workflow.libs.LibraryResolver
-