- libLoader - Field in PipelineTestHelper
-
Loader for shared global libraries
- Library - Annotation Type in com.lesfurets.jenkins.unit.global.lib
Annotation definition to avoid missing import
- library(String) - Method in LibraryConfiguration
-
- LibraryAnnotationTransformer - Class in com.lesfurets.jenkins.unit.global.lib
Parses class definitions for Library annotation
Shamelessly adapted from workflow.cps.lib.plugin
- LibraryAnnotationTransformer(LibraryLoader) - Constructor in LibraryAnnotationTransformer
-
- LibraryConfiguration - Class in com.lesfurets.jenkins.unit.global.lib
Mock for org.jenkinsci.plugins.workflow.libs.LibraryConfiguration
- LibraryConfiguration.LibraryBuilder - Class in com.lesfurets.jenkins.unit.global.lib
- LibraryLoader - Class in com.lesfurets.jenkins.unit.global.lib
Loads global shared libraries to groovy class loader
- LibraryLoader.LibraryLoadingException - Class in com.lesfurets.jenkins.unit.global.lib
- LibraryLoader.LibraryLoadingException(Throwable, LibraryConfiguration, String) - Constructor in LibraryLoader.LibraryLoadingException
-
- LibraryLoader(GroovyClassLoader, Map<String, LibraryConfiguration>) - Constructor in LibraryLoader
-
- LibraryRecord - Class in com.lesfurets.jenkins.unit.global.lib
- LibraryRecord(LibraryConfiguration, String, List<String>) - Constructor in LibraryRecord
-
- loadImplicitLibraries() - Method in LibraryLoader
-
Loads all implicit library configurations
- loadInterceptor - Field in PipelineTestHelper
-
Method interceptor for method 'load' to load scripts via encapsulated GroovyScriptEngine
- loadLibrary(String) - Method in LibraryLoader
-
Load library described by expression if it corresponds to a known library configuration
- loadScript(String) - Method in BasePipelineTest
-
Loads without running the script by its name/path, returning the Script
- loadScript(String, Binding) - Method in PipelineTestHelper
-
Load the script with given binding context without running, returning the Script
- LocalSource - Class in com.lesfurets.jenkins.unit.global.lib
- localSource(String) - Method in LocalSource
-