Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.Event
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of Event in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return Event Modifier and Type Method Description EventEvent. details(String details)EventEvent. hasLogs(Boolean hasLogs)EventEvent. id(UUID id)EventEvent. name(String name)EventEvent. resourceName(String resourceName)EventEvent. resourceType(String resourceType)EventEvent. timestamp(Date timestamp)Methods in com.vmware.vra.jenkinsplugin.model.catalog that return types with arguments of type Event Modifier and Type Method Description List<Event>PageOfEvent. getContent()Get contentMethods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type Event Modifier and Type Method Description PageOfEventPageOfEvent. addContentItem(Event contentItem)Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type Event Modifier and Type Method Description PageOfEventPageOfEvent. content(List<Event> content)voidPageOfEvent. setContent(List<Event> content)