public class BuildHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PACKAGE_NUMBER |
| Constructor and Description |
|---|
BuildHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ApiPackageDeployment |
createPackage(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
ICreatePackage trigger) |
static boolean |
deployToStage(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
DeployToStageBuilder builder) |
static java.util.Map<java.lang.String,java.lang.String> |
getVariablesList(java.lang.String variables) |
static java.util.Map<java.lang.String,java.lang.String> |
getVariablesListExpanded(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
java.lang.String variables) |
public static final java.lang.String DEFAULT_PACKAGE_NUMBER
public static ApiPackageDeployment createPackage(hudson.model.Run<?,?> run, hudson.model.TaskListener listener, ICreatePackage trigger) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic static java.util.Map<java.lang.String,java.lang.String> getVariablesListExpanded(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
java.lang.String variables)
throws java.io.IOException
java.io.IOExceptionpublic static java.util.Map<java.lang.String,java.lang.String> getVariablesList(java.lang.String variables)
throws java.io.IOException
java.io.IOExceptionpublic static boolean deployToStage(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
DeployToStageBuilder builder)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException