Class SCMBasedRetriever
java.lang.Object
hudson.model.AbstractDescribableImpl<LibraryRetriever>
org.jenkinsci.plugins.workflow.libs.LibraryRetriever
org.jenkinsci.plugins.workflow.libs.SCMBasedRetriever
- All Implemented Interfaces:
- ExtensionPoint,- Describable<LibraryRetriever>
- Direct Known Subclasses:
- SCMRetriever,- SCMSourceRetriever
Functionality common to 
SCMSourceRetriever and SCMRetriever.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final voiddoRetrieve(String name, boolean changelog, SCM scm, FilePath target, Run<?, ?> run, TaskListener listener) booleanisClone()protected static <T> TretrySCMOperation(TaskListener listener, Callable<T> task) voidsetClone(boolean clone) voidsetLibraryPath(String libraryPath) Methods inherited from class org.jenkinsci.plugins.workflow.libs.LibraryRetrievergetDescriptor, retrieve, retrieve, validateVersion, validateVersion
- 
Field Details- 
INCLUDE_SRC_TEST_IN_LIBRARIESpublic static boolean INCLUDE_SRC_TEST_IN_LIBRARIES
 
- 
- 
Constructor Details- 
SCMBasedRetrieverpublic SCMBasedRetriever()
 
- 
- 
Method Details- 
isClonepublic boolean isClone()
- 
setClone@DataBoundSetter public void setClone(boolean clone) 
- 
getLibraryPath
- 
setLibraryPath
- 
doRetrieveprotected final void doRetrieve(String name, boolean changelog, @NonNull SCM scm, FilePath target, Run<?, ?> run, TaskListener listener) throws Exception- Throws:
- Exception
 
- 
retrySCMOperation- Throws:
- Exception
 
 
-