Class AbstractFileCallable<T>
java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable<T>
- All Implemented Interfaces:
- FilePath.FileCallable<T>,- Serializable,- ControllerToAgentFileCallable<T>,- org.jenkinsci.remoting.RoleSensitive
- Direct Known Subclasses:
- UnTarStepExecution.UnTarFileCallable,- UnZipStepExecution.UnZipFileCallable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSECURITY-2169 escape hatch.protected booleanvoidsetAllowExtractionOutsideDestination(boolean allowExtractionOutsideDestination) voidsetDestination(FilePath destination) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.agents.ControllerToAgentFileCallablecheckRolesMethods inherited from interface hudson.FilePath.FileCallableinvoke
- 
Constructor Details- 
AbstractFileCallablepublic AbstractFileCallable()
 
- 
- 
Method Details- 
getDestination
- 
setDestination
- 
isAllowExtractionOutsideDestinationpublic boolean isAllowExtractionOutsideDestination()SECURITY-2169 escape hatch. Controlled byDecompressStepExecution.ALLOW_EXTRACTION_OUTSIDE_DESTINATION.- Returns:
- true if so.
 
- 
setAllowExtractionOutsideDestinationpublic void setAllowExtractionOutsideDestination(boolean allowExtractionOutsideDestination) 
- 
isDescendantOfDestination- Throws:
- IOException
 
 
-