Class UpdateSummary
java.lang.Object
liquibase.logging.mdc.customobjects.UpdateSummary
- All Implemented Interfaces:
CustomMdcObject
This class is the representation of the summary available in the update command.
-
Constructor Summary
ConstructorDescriptionConstructor for service locator.UpdateSummary
(String value, int run, int runPreviously, SortedMap<String, Integer> skipped, int totalChangesets) -
Method Summary
Modifier and TypeMethodDescriptionint
getRun()
int
int
getValue()
void
setRun
(int run) void
setRunPreviously
(int runPreviously) void
setSkipped
(SortedMap<String, Integer> skipped) void
setTotalChangesets
(int totalChangesets) void
-
Constructor Details
-
UpdateSummary
public UpdateSummary()Constructor for service locator. -
UpdateSummary
-
-
Method Details
-
getValue
-
setValue
-
getRun
public int getRun() -
setRun
public void setRun(int run) -
getRunPreviously
public int getRunPreviously() -
setRunPreviously
public void setRunPreviously(int runPreviously) -
getSkipped
-
setSkipped
-
getTotalChangesets
public int getTotalChangesets() -
setTotalChangesets
public void setTotalChangesets(int totalChangesets)
-