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 Event
Event. details(String details)
Event
Event. hasLogs(Boolean hasLogs)
Event
Event. id(UUID id)
Event
Event. name(String name)
Event
Event. resourceName(String resourceName)
Event
Event. resourceType(String resourceType)
Event
Event. 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 PageOfEvent
PageOfEvent. addContentItem(Event contentItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type Event Modifier and Type Method Description PageOfEvent
PageOfEvent. content(List<Event> content)
void
PageOfEvent. setContent(List<Event> content)