Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.ResourceReference
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of ResourceReference in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return ResourceReference Modifier and Type Method Description ResourceReference
ResourceReference. description(String description)
ResourceReference
Deployment. getBlueprint()
Get blueprintResourceReference
Deployment. getCatalog()
Get catalogResourceReference
Deployment. getProject()
Get projectResourceReference
CatalogItem. getType()
Get typeResourceReference
ResourceReference. id(String id)
ResourceReference
ResourceReference. name(String name)
ResourceReference
ResourceReference. version(String version)
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>
CatalogItem. getProjects()
Associated projects that can be used for requestingMethods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type ResourceReference Modifier and Type Method Description CatalogItem
CatalogItem. addProjectsItem(ResourceReference projectsItem)
Deployment
Deployment. blueprint(ResourceReference blueprint)
Deployment
Deployment. catalog(ResourceReference catalog)
Deployment
Deployment. project(ResourceReference project)
void
Deployment. setBlueprint(ResourceReference blueprint)
void
Deployment. setCatalog(ResourceReference catalog)
void
Deployment. setProject(ResourceReference project)
void
CatalogItem. setType(ResourceReference type)
CatalogItem
CatalogItem. type(ResourceReference type)
Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type ResourceReference Modifier and Type Method Description CatalogItem
CatalogItem. projects(List<ResourceReference> projects)
void
CatalogItem. setProjects(List<ResourceReference> projects)