Class DefaultGlobalLibrariesProvider
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.provider.DefaultGlobalLibrariesProvider
 
 
- 
- All Implemented Interfaces:
 GlobalLibrariesProvider
@Singleton public class DefaultGlobalLibrariesProvider extends Object implements GlobalLibrariesProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultGlobalLibrariesProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jenkinsci.plugins.workflow.libs.GlobalLibrariesget()Returns the result of calling GlobalLibraries.get() 
 - 
 
- 
- 
Method Detail
- 
get
public org.jenkinsci.plugins.workflow.libs.GlobalLibraries get()
Description copied from interface:GlobalLibrariesProviderReturns the result of calling GlobalLibraries.get()- Specified by:
 getin interfaceGlobalLibrariesProvider- Returns:
 - the GlobalLibraries instance
 
 
 - 
 
 -