|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copier instead.
If you were taking an instance of this interface, use Copier#from()
to wrap it as a Copier
public interface CopyMethod
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Method Summary | |
|---|---|
int |
copyAll(hudson.FilePath srcDir,
String filter,
hudson.FilePath targetDir)
Deprecated. Copy files matching the given file mask to the specified target. |
void |
copyOne(hudson.FilePath source,
hudson.FilePath target)
Deprecated. Copy a single file. |
void |
init(hudson.FilePath srcDir,
hudson.FilePath baseTargetDir)
Deprecated. Called before copy-artifact operation. |
| Method Detail |
|---|
void init(hudson.FilePath srcDir,
hudson.FilePath baseTargetDir)
throws IOException,
InterruptedException
srcDir - Source for upcoming file copybaseTargetDir - Base target dir for upcoming file copy (the copy-artifact
build step may later specify a deeper target dir)
IOException
InterruptedException
int copyAll(hudson.FilePath srcDir,
String filter,
hudson.FilePath targetDir)
throws IOException,
InterruptedException
srcDir - Source directoryfilter - Ant GLOB patterntargetDir - Target directory
IOException
InterruptedExceptionFilePath.copyRecursiveTo(String,FilePath)
void copyOne(hudson.FilePath source,
hudson.FilePath target)
throws IOException,
InterruptedException
source - Source filetarget - Target file (includes filename; this is not the target directory).
Directory for target should already exist (copy-artifact build step calls mkdirs).
IOException
InterruptedExceptionFilePath.copyTo(FilePath)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||