Interface GlobalLibrariesProvider

All Known Implementing Classes:
DefaultGlobalLibrariesProvider

public interface GlobalLibrariesProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jenkinsci.plugins.workflow.libs.GlobalLibraries
    get()
    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