Package sp.sd.fileoperations
Class FileDownloadOperation
java.lang.Object
hudson.model.AbstractDescribableImpl<FileOperation>
sp.sd.fileoperations.FileOperation
sp.sd.fileoperations.FileDownloadOperation
- All Implemented Interfaces:
Describable<FileOperation>
,Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
boolean
runOperation
(Run<?, ?> run, FilePath buildWorkspace, Launcher launcher, TaskListener listener) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FileDownloadOperation
-
-
Method Details
-
getUrl
-
getUserName
-
getTargetLocation
-
getTargetFileName
-
getPassword
-
getProxyHost
-
getProxyPort
-
runOperation
public boolean runOperation(Run<?, ?> run, FilePath buildWorkspace, Launcher launcher, TaskListener listener) - Specified by:
runOperation
in classFileOperation
-