Package sp.sd.fileoperations
Class FileOperation
- All Implemented Interfaces:
Describable<FileOperation>
- Direct Known Subclasses:
FileCopyOperation
,FileCreateOperation
,FileDeleteOperation
,FileDownloadOperation
,FileJoinOperation
,FilePropertiesToJsonOperation
,FileRenameOperation
,FileTransformOperation
,FileUnTarOperation
,FileUnZipOperation
,FileZipOperation
,FolderCopyOperation
,FolderCreateOperation
,FolderDeleteOperation
,FolderRenameOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
runOperation
(Run<?, ?> run, FilePath buildWorkspace, Launcher launcher, TaskListener listener) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FileOperation
public FileOperation()
-
-
Method Details
-
runOperation
public abstract boolean runOperation(Run<?, ?> run, FilePath buildWorkspace, Launcher launcher, TaskListener listener)
-