public interface DeploymentContext
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getCurrentDeployed()
Returns current deployed.
|
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getCurrentDeployedApplication()
Returns current deployed application.
|
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getDeployed()
Returns deployed for deployment.
|
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getDeployedApplication()
Returns deployed application for deployment.
|
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getPreviousDeployed()
Returns deployed from previous deployment.
|
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getPreviousDeployedApplication()
Returns previously deployed application.
|
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getDeployed()
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getPreviousDeployed()
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getCurrentDeployed()
com.xebialabs.deployit.plugin.api.udm.DeployedApplication getDeployedApplication()
com.xebialabs.deployit.plugin.api.udm.DeployedApplication getPreviousDeployedApplication()
com.xebialabs.deployit.plugin.api.udm.DeployedApplication getCurrentDeployedApplication()