Uses of Class
com.vmware.vra.jenkinsplugin.model.catalog.EventLog
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.catalog |
-
Uses of EventLog in com.vmware.vra.jenkinsplugin.model.catalog
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return EventLog Modifier and Type Method Description EventLog
EventLog. eof(Boolean eof)
EventLog
EventLog. id(UUID id)
EventLog
EventLog. message(String message)
EventLog
EventLog. rownum(Integer rownum)
EventLog
EventLog. timestamp(Date timestamp)
Methods in com.vmware.vra.jenkinsplugin.model.catalog that return types with arguments of type EventLog Modifier and Type Method Description List<EventLog>
SliceOfEventLog. getContent()
Get contentMethods in com.vmware.vra.jenkinsplugin.model.catalog with parameters of type EventLog Modifier and Type Method Description SliceOfEventLog
SliceOfEventLog. addContentItem(EventLog contentItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type EventLog Modifier and Type Method Description SliceOfEventLog
SliceOfEventLog. content(List<EventLog> content)
void
SliceOfEventLog. setContent(List<EventLog> content)