Uses of Class
org.jenkinsci.plugins.workflow.libs.LibraryConfiguration
Packages that use LibraryConfiguration
-
Uses of LibraryConfiguration in org.jenkinsci.plugins.workflow.libs
Methods in org.jenkinsci.plugins.workflow.libs that return LibraryConfigurationModifier and TypeMethodDescriptionprotected LibraryConfiguration
GlobalLibraries.ForJob.mayWrapLibrary
(LibraryConfiguration library) protected LibraryConfiguration
GlobalUntrustedLibraries.ForJob.mayWrapLibrary
(LibraryConfiguration library) Methods in org.jenkinsci.plugins.workflow.libs that return types with arguments of type LibraryConfigurationModifier and TypeMethodDescriptionabstract Collection<LibraryConfiguration>
Check for libraries visible to a given job.FolderLibraries.ForJob.fromConfiguration
(org.kohsuke.stapler.StaplerRequest2 request) LibraryResolver.fromConfiguration
(org.kohsuke.stapler.StaplerRequest2 request) A list of libraries that may have already been configured in this context.AbstractGlobalLibraries.getLibraries()
FolderLibraries.getLibraries()
FolderLibraries.ForJob.suggestedConfigurations
(ItemGroup<?> group) LibraryResolver.suggestedConfigurations
(ItemGroup<?> group) A list of libraries that might be visible in a given location.Methods in org.jenkinsci.plugins.workflow.libs with parameters of type LibraryConfigurationModifier and TypeMethodDescriptionprotected LibraryConfiguration
GlobalLibraries.ForJob.mayWrapLibrary
(LibraryConfiguration library) protected LibraryConfiguration
GlobalUntrustedLibraries.ForJob.mayWrapLibrary
(LibraryConfiguration library) Method parameters in org.jenkinsci.plugins.workflow.libs with type arguments of type LibraryConfigurationModifier and TypeMethodDescriptionvoid
AbstractGlobalLibraries.setLibraries
(List<LibraryConfiguration> libraries) Constructor parameters in org.jenkinsci.plugins.workflow.libs with type arguments of type LibraryConfiguration