public class ArtifactDeployerCopy extends Object implements FilePath.FileCallable<List<ArtifactDeployerVO>>
| Constructor and Description |
|---|
ArtifactDeployerCopy(BuildListener listener,
String includes,
String excludes,
boolean flatten,
FilePath outputFilePath,
int numberOfCurrentDeployedArtifacts) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker) |
List<ArtifactDeployerVO> |
invoke(File localBasedir,
hudson.remoting.VirtualChannel channel) |
public ArtifactDeployerCopy(BuildListener listener, String includes, String excludes, boolean flatten, FilePath outputFilePath, int numberOfCurrentDeployedArtifacts)
public List<ArtifactDeployerVO> invoke(File localBasedir, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface FilePath.FileCallable<List<ArtifactDeployerVO>>IOExceptionInterruptedExceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2016–2022. All rights reserved.