Class HistoryDataItem

  • Direct Known Subclasses:
    HistorySearchItem

    @Model(adaptables=org.apache.sling.api.resource.Resource.class)
    public class HistoryDataItem
    extends Object
    Model class for a single history item.
    Author:
    Roland Gruber
    • Field Detail

      • history

        protected de.valtech.aecu.api.service.HistoryEntry history
    • Constructor Detail

      • HistoryDataItem

        public HistoryDataItem()
    • Method Detail

      • getDate

        public String getDate()
        Returns the date of the run.
        Returns:
        date
      • getDuration

        public String getDuration()
        Returns the duration of the run.
        Returns:
        duration
      • getStatusIcon

        public String getStatusIcon()
        Returns the status icon of the run.
        Returns:
        icon
      • getStatusColor

        public String getStatusColor()
        Returns the status color of the run.
        Returns:
        icon
      • getPath

        public String getPath()
        Returns the path of the run.
        Returns:
        path
      • getScriptCount

        public int getScriptCount()
        Returns the number of scripts that were executed.
        Returns:
        script count