fetches libraries from a LibraryProvidingPlugin that packages them
Modifiers | Name | Description |
---|---|---|
static class |
PluginLibraryProvider.DescriptorImpl |
|
static class |
PluginLibraryProvider.FilterImpl |
Fields inherited from class | Fields |
---|---|
class LibraryProvider |
CONFIG_FILE, RESOURCES_DIR_NAME, SRC_DIR_NAME, STEPS_DIR_NAME |
Constructor and description |
---|
PluginLibraryProvider
(LibraryProvidingPlugin plugin) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getFileContents(java.util.zip.ZipFile z, java.util.zip.ZipEntry e) |
|
java.lang.String |
getLibrarySchema(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName) |
|
java.lang.String |
getPluginDisplayName() |
|
java.lang.Boolean |
hasLibrary(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName) |
|
void |
initialize() |
|
void |
loadLibrary(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName, hudson.FilePath srcDir, hudson.FilePath libDir) |
Methods inherited from class | Name |
---|---|
class LibraryProvider |
getLibrarySchema, hasLibrary, loadLibrary |
class hudson.model.AbstractDescribableImpl |
hudson.model.AbstractDescribableImpl#getDescriptor(), hudson.model.AbstractDescribableImpl#wait(long), hudson.model.AbstractDescribableImpl#wait(long, int), hudson.model.AbstractDescribableImpl#wait(), hudson.model.AbstractDescribableImpl#equals(java.lang.Object), hudson.model.AbstractDescribableImpl#toString(), hudson.model.AbstractDescribableImpl#hashCode(), hudson.model.AbstractDescribableImpl#getClass(), hudson.model.AbstractDescribableImpl#notify(), hudson.model.AbstractDescribableImpl#notifyAll() |