Class UpdateSummary
- java.lang.Object
-
- liquibase.logging.mdc.customobjects.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 Summary
Constructors Constructor Description UpdateSummary()Constructor for service locator.UpdateSummary(String value, int run, int runPreviously, SortedMap<String,Integer> skipped, int totalChangesets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRun()intgetRunPreviously()SortedMap<String,Integer>getSkipped()intgetTotalChangesets()StringgetValue()voidsetRun(int run)voidsetRunPreviously(int runPreviously)voidsetSkipped(SortedMap<String,Integer> skipped)voidsetTotalChangesets(int totalChangesets)voidsetValue(String value)
-
-
-
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)
-
-