Interface GlobalLibrariesProvider
- All Known Implementing Classes:
DefaultGlobalLibrariesProvider
public interface GlobalLibrariesProvider
-
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.libs.GlobalLibrariesget()Returns the result of calling GlobalLibraries.get()
-
Method Details
-
get
org.jenkinsci.plugins.workflow.libs.GlobalLibraries get()Returns the result of calling GlobalLibraries.get()- Returns:
- the GlobalLibraries instance
-