TestUtils@Deprecated
public class TestUtils
extends java.lang.Object
| Constructor and Description |
|---|
TestUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> |
createArtifact(java.lang.String name,
java.lang.String version,
java.lang.String classpathResource,
java.lang.String type,
java.io.File workingFolder)
Deprecated.
Use
TestUtils.createArtifact(String, String, String, String, File) |
static <T extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> |
createArtifactWithoutCopy(java.lang.String name,
java.lang.String version,
java.lang.String classpathResource,
java.lang.String type,
java.io.File workingFolder)
Deprecated.
Use
TestUtils.createArtifactWithoutCopy(String, String, String, String, File) |
static com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
createDeployedApplication(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage pkg,
com.xebialabs.deployit.plugin.api.udm.Environment env)
Deprecated.
|
static com.xebialabs.deployit.plugin.api.udm.DeploymentPackage |
createDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.Deployable... deployables)
Deprecated.
Use
TestUtils.createDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.Deployable...) |
static com.xebialabs.deployit.plugin.api.udm.DeploymentPackage |
createDeploymentPackage(java.lang.String version,
com.xebialabs.deployit.plugin.api.udm.Deployable... deployables)
Deprecated.
Use
TestUtils.createDeploymentPackage(String, com.xebialabs.deployit.plugin.api.udm.Deployable...) |
static com.xebialabs.deployit.plugin.api.udm.Environment |
createEnvironment(com.xebialabs.deployit.plugin.api.udm.Container... containers)
Deprecated.
Use
TestUtils.createEnvironment(com.xebialabs.deployit.plugin.api.udm.Container...) |
static java.lang.String |
id(java.lang.String... names)
Deprecated.
Use
TestUtils.id(String...) |
static <T> T |
newInstance(java.lang.Class<T> clazz)
Deprecated.
Use
TestUtils.newInstance(Class) |
static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> |
newInstance(java.lang.Class<T> clazz,
java.lang.String id)
Deprecated.
Use
TestUtils.newInstance(Class, String) |
static <T> T |
newInstance(java.lang.String type)
Deprecated.
Use
TestUtils.newInstance(String) |
static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> |
newInstance(java.lang.String type,
java.lang.String id)
Deprecated.
Use
TestUtils.newInstance(String, String) |
static java.lang.String |
readResource(java.lang.String resource)
Deprecated.
Use
TestUtils.readResource(String) |
@Deprecated
public static java.lang.String readResource(java.lang.String resource)
throws java.io.IOException
TestUtils.readResource(String)java.io.IOException@Deprecated public static <T> T newInstance(java.lang.String type)
TestUtils.newInstance(String)@Deprecated public static <T> T newInstance(java.lang.Class<T> clazz)
TestUtils.newInstance(Class)@Deprecated
public static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> T newInstance(java.lang.Class<T> clazz,
java.lang.String id)
TestUtils.newInstance(Class, String)@Deprecated
public static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> T newInstance(java.lang.String type,
java.lang.String id)
TestUtils.newInstance(String, String)@Deprecated public static java.lang.String id(java.lang.String... names)
TestUtils.id(String...)@Deprecated public static com.xebialabs.deployit.plugin.api.udm.DeploymentPackage createDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.Deployable... deployables)
TestUtils.createDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.Deployable...)@Deprecated
public static com.xebialabs.deployit.plugin.api.udm.DeploymentPackage createDeploymentPackage(java.lang.String version,
com.xebialabs.deployit.plugin.api.udm.Deployable... deployables)
TestUtils.createDeploymentPackage(String, com.xebialabs.deployit.plugin.api.udm.Deployable...)@Deprecated public static com.xebialabs.deployit.plugin.api.udm.Environment createEnvironment(com.xebialabs.deployit.plugin.api.udm.Container... containers)
TestUtils.createEnvironment(com.xebialabs.deployit.plugin.api.udm.Container...)public static com.xebialabs.deployit.plugin.api.udm.DeployedApplication createDeployedApplication(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage pkg,
com.xebialabs.deployit.plugin.api.udm.Environment env)
@Deprecated
public static <T extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> T createArtifact(java.lang.String name,
java.lang.String version,
java.lang.String classpathResource,
java.lang.String type,
java.io.File workingFolder)
throws java.io.IOException
TestUtils.createArtifact(String, String, String, String, File)java.io.IOException@Deprecated
public static <T extends com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact> T createArtifactWithoutCopy(java.lang.String name,
java.lang.String version,
java.lang.String classpathResource,
java.lang.String type,
java.io.File workingFolder)
throws java.net.URISyntaxException
TestUtils.createArtifactWithoutCopy(String, String, String, String, File)java.net.URISyntaxException