public class ZipSourceCallable extends jenkins.MasterToSlaveFileCallable<String>
Modifier and Type | Field and Description |
---|---|
static String |
zipSourceError |
Constructor and Description |
---|
ZipSourceCallable(hudson.FilePath workspace) |
ZipSourceCallable(hudson.FilePath workspace,
String includes,
String excludes) |
Modifier and Type | Method and Description |
---|---|
String |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
static String |
trimPrefix(String path,
String prefixToTrim)
Deprecated.
|
static void |
zipSource(hudson.FilePath workspace,
String directory,
ZipOutputStream out,
String prefixToTrim)
Deprecated.
|
protected void |
zipSourceWithArchiver(OutputStream out) |
public static final String zipSourceError
public String invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException
IOException
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) protected void zipSourceWithArchiver(OutputStream out) throws com.amazonaws.services.codebuild.model.InvalidInputException, IOException, InterruptedException
com.amazonaws.services.codebuild.model.InvalidInputException
IOException
InterruptedException
@Deprecated public static void zipSource(hudson.FilePath workspace, String directory, ZipOutputStream out, String prefixToTrim) throws com.amazonaws.services.codebuild.model.InvalidInputException, IOException, InterruptedException
com.amazonaws.services.codebuild.model.InvalidInputException
IOException
InterruptedException
@Deprecated public static String trimPrefix(String path, String prefixToTrim)
Copyright © 2016–2023. All rights reserved.