fetches libraries from a source code repository
Modifiers | Name | Description |
---|---|---|
static class |
ScmLibraryProvider.DescriptorImpl |
Fields inherited from class | Fields |
---|---|
class LibraryProvider |
CONFIG_FILE, RESOURCES_DIR_NAME, SRC_DIR_NAME, STEPS_DIR_NAME |
Constructor and description |
---|
ScmLibraryProvider
() |
Type Params | Return Type | Name and description |
---|---|---|
|
jenkins.scm.api.SCMFileSystem |
createFs(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner) |
|
java.lang.String |
getBaseDir() |
|
java.lang.String |
getLibrarySchema(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName) |
|
hudson.scm.SCM |
getScm() |
|
java.lang.Boolean |
hasLibrary(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName) |
|
void |
loadLibrary(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowOwner, java.lang.String libName, hudson.FilePath srcDir, hudson.FilePath libDir) |
|
java.lang.String |
prefixBaseDir(java.lang.String s) |
|
void |
recurseChildren(jenkins.scm.api.SCMFile file, groovy.lang.Closure action) |
|
void |
setBaseDir(java.lang.String baseDir) |
|
void |
setScm(hudson.scm.SCM scm) |
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() |
Groovy Documentation