Class AuditItemBean

java.lang.Object
com.codebarrel.automation.api.audit.AuditItemBean

public class AuditItemBean extends Object
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getSummary

      public String getSummary()
    • getAuthorKey

      public String getAuthorKey()
    • getStartExecution

      public Date getStartExecution()
    • getEndExecution

      public Date getEndExecution()
    • getCreated

      public Date getCreated()
    • getCategory

      public String getCategory()
    • getEventSource

      public String getEventSource()
    • getDescription

      public String getDescription()
    • getObjectItem

      public ObjectItem getObjectItem()
    • getComponentChanges

      public List<ComponentChange> getComponentChanges()
    • getGlobalAssociatedItems

      public List<AssociatedItem> getGlobalAssociatedItems()
    • getGlobalMessages

      public List<ItemChange> getGlobalMessages()
    • getProjectIds

      public Set<String> getProjectIds()
    • getDuration

      public Long getDuration()
    • getEndToEndDuration

      @Nullable public Long getEndToEndDuration()
    • getExecutionUuid

      public String getExecutionUuid()
    • toString

      public String toString()
      Overrides:
      toString in class Object