Class BuildReport


  • public class BuildReport
    extends java.lang.Object
    The report for storing time information about building rules.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List buildinfos
      The build infos.
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildReport()
      Create a new report.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addInfo​(IRule rule, long time)
      Add a new info.
      java.util.List getBuildInfos()
      Get build infos.
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • buildinfos

        protected java.util.List buildinfos
        The build infos.
    • Constructor Detail

      • BuildReport

        public BuildReport()
        Create a new report.
    • Method Detail

      • addInfo

        public void addInfo​(IRule rule,
                            long time)
        Add a new info.
      • getBuildInfos

        public java.util.List getBuildInfos()
        Get build infos.
        Returns:
        The build infos.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.