Package org.jenkinsci.plugins.workflow.libs
package org.jenkinsci.plugins.workflow.libs
-
ClassDescriptionCommon code between
GlobalLibraries
andGlobalUntrustedLibraries
.Allows libraries to be mapped to actual classpath additions.LikeGlobalLibraries
but scoped to a folder.Manages libraries available to any job in the system.Manages untrusted libraries available to any job in the system.A run action recording libraries used in a given build.Specifies one or more libraries to load.GivenLibraryResolver
, actually adds to the Groovy classpath.User configuration for one library.Adds an import forLibrary
, checks for it being used, and actually loads the library.Record of a library being used in a particular build.Allows a provider of libraries to indicate which libraries should be visible to a given job.A way in which a library can be physically obtained for use in a build.Descriptor forLibraryRetriever
.Dynamically injects a library into the running build.Generated localization support class.Step to load a resource from a library.Functionality common toSCMSourceRetriever
andSCMRetriever
.Uses legacySCM
to check out sources based on variable interpolation.UsesSCMSource.fetch(String, TaskListener)
to retrieve a specific revision.