org.jenkinsci.plugins.artifactdeployer.service
Class ArtifactDeployerCopy
java.lang.Object
org.jenkinsci.plugins.artifactdeployer.service.ArtifactDeployerCopy
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>, Serializable
public class ArtifactDeployerCopy
- extends Object
- implements hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
|
Constructor Summary |
ArtifactDeployerCopy(hudson.model.BuildListener listener,
String includes,
String excludes,
boolean flatten,
hudson.FilePath outputFilePath,
int numberOfCurrentDeployedArtifacts)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactDeployerCopy
public ArtifactDeployerCopy(hudson.model.BuildListener listener,
String includes,
String excludes,
boolean flatten,
hudson.FilePath outputFilePath,
int numberOfCurrentDeployedArtifacts)
invoke
public List<ArtifactDeployerVO> invoke(File localWorkspace,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Specified by:
invoke in interface hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>
- Throws:
IOException
InterruptedException
Copyright © 2004-2011. All Rights Reserved.