|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.test.support.TestUtils
TestUtils
@Deprecated public class TestUtils
| Constructor Summary | |
|---|---|
TestUtils()
Deprecated. |
|
| Method Summary | ||
|---|---|---|
static
|
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
|
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
|
newInstance(java.lang.Class<T> clazz)
Deprecated. Use TestUtils.newInstance(Class) |
|
static
|
newInstance(java.lang.Class<T> clazz,
java.lang.String id)
Deprecated. Use TestUtils.newInstance(Class, String) |
|
static
|
newInstance(java.lang.String type)
Deprecated. Use TestUtils.newInstance(String) |
|
static
|
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) |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestUtils()
| Method Detail |
|---|
@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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||