Class AuditItemBean
java.lang.Object
com.codebarrel.automation.api.audit.AuditItemBean
-
Constructor Summary
ConstructorsConstructorDescriptionAuditItemBean(Long id, String summary, String authorKey, Date created, Date startExecution, Date endExecution, String category, String eventSource, String description, ObjectItem objectItem, List<ComponentChange> componentChanges, List<AssociatedItem> globalAssociatedItems, List<ItemChange> globalMessages, Set<String> projectIds, Long duration, Long endToEndDuration, String executionUuid) -
Method Summary
-
Constructor Details
-
AuditItemBean
public AuditItemBean() -
AuditItemBean
public AuditItemBean(Long id, String summary, String authorKey, Date created, Date startExecution, Date endExecution, String category, String eventSource, String description, ObjectItem objectItem, List<ComponentChange> componentChanges, List<AssociatedItem> globalAssociatedItems, List<ItemChange> globalMessages, Set<String> projectIds, Long duration, @Nullable Long endToEndDuration, String executionUuid)
-
-
Method Details
-
getId
-
getSummary
-
getAuthorKey
-
getStartExecution
-
getEndExecution
-
getCreated
-
getCategory
-
getEventSource
-
getDescription
-
getObjectItem
-
getComponentChanges
-
getGlobalAssociatedItems
-
getGlobalMessages
-
getProjectIds
-
getDuration
-
getEndToEndDuration
-
getExecutionUuid
-
toString
-