Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.Deployment
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.catalog | |
| com.vmware.vra.jenkinsplugin.vra |
-
Uses of Deployment in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>PageOfDeployment. getContent()Get contentMethods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type Deployment Modifier and Type Method Description PageOfDeploymentPageOfDeployment. addContentItem(Deployment contentItem)Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type Deployment Modifier and Type Method Description PageOfDeploymentPageOfDeployment. content(List<Deployment> content)voidPageOfDeployment. setContent(List<Deployment> content) -
Uses of Deployment in com.vmware.vra.jenkinsplugin.vra
Methods in com.vmware.vra.jenkinsplugin.vra that return Deployment Modifier and Type Method Description DeploymentVraApi. getCatalogDeploymentById(String deploymentId, boolean expandResources)DeploymentVraApi. getCatalogDeploymentByName(String deploymentName, boolean expandResources)DeploymentVraApi. waitForCatalogDeployment(String deploymentId, long timeout)