| Constructor and Description |
|---|
CopyToZipStep(ProjectFilesystem projectFilesystem,
Path outputPath,
com.google.common.collect.ImmutableMap<Path,Path> entryPathToAbsolutePathMap,
com.google.common.collect.ImmutableList<Path> zipSourceAbsolutePaths,
com.google.common.collect.ImmutableSet<Pattern> entriesToExclude,
OnDuplicateEntry onDuplicateEntry) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public CopyToZipStep(ProjectFilesystem projectFilesystem, Path outputPath, com.google.common.collect.ImmutableMap<Path,Path> entryPathToAbsolutePathMap, com.google.common.collect.ImmutableList<Path> zipSourceAbsolutePaths, com.google.common.collect.ImmutableSet<Pattern> entriesToExclude, OnDuplicateEntry onDuplicateEntry)
public StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
execute in interface StepIOExceptionInterruptedExceptionpublic String getShortName()
getShortName in interface Steppublic String getDescription(ExecutionContext context)
getDescription in interface Step