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 PageOfDeployment
PageOfDeployment. addContentItem(Deployment contentItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type Deployment Modifier and Type Method Description PageOfDeployment
PageOfDeployment. content(List<Deployment> content)
void
PageOfDeployment. 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 Deployment
VraApi. getCatalogDeploymentById(String deploymentId, boolean expandResources)
Deployment
VraApi. getCatalogDeploymentByName(String deploymentName, boolean expandResources)
Deployment
VraApi. waitForCatalogDeployment(String deploymentId, long timeout)