Class UpdateSummary

  • All Implemented Interfaces:
    CustomMdcObject

    public class UpdateSummary
    extends Object
    implements CustomMdcObject
    This class is the representation of the summary available in the update command.
    • Constructor Detail

      • UpdateSummary

        public UpdateSummary()
        Constructor for service locator.
      • UpdateSummary

        public UpdateSummary​(String value,
                             int run,
                             int runPreviously,
                             SortedMap<String,​Integer> skipped,
                             int totalChangesets)
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getRun

        public int getRun()
      • setRun

        public void setRun​(int run)
      • getRunPreviously

        public int getRunPreviously()
      • setRunPreviously

        public void setRunPreviously​(int runPreviously)
      • getTotalChangesets

        public int getTotalChangesets()
      • setTotalChangesets

        public void setTotalChangesets​(int totalChangesets)