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 EventLogEventLog. eof(Boolean eof)EventLogEventLog. id(UUID id)EventLogEventLog. message(String message)EventLogEventLog. rownum(Integer rownum)EventLogEventLog. 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 SliceOfEventLogSliceOfEventLog. addContentItem(EventLog contentItem)Method parameters in com.vmware.vra.jenkinsplugin.model.catalog with type arguments of type EventLog Modifier and Type Method Description SliceOfEventLogSliceOfEventLog. content(List<EventLog> content)voidSliceOfEventLog. setContent(List<EventLog> content)