Class BuildHistory


  • public class BuildHistory
    extends Object
    The BuildHistory class represents the build history data for a particular scan type (Static, SCA, Dynamic Analysis)
    • Constructor Detail

      • BuildHistory

        public BuildHistory​(String buildType,
                            List<Map<String,​Long>> buildList)
        Constructor for BuildHistory.
        Parameters:
        buildType - a String object.
        buildList - a List object.