Package org.flywaydb.core.api.output
Class InfoOutput
java.lang.Object
org.flywaydb.core.api.output.InfoOutput
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
ConstructorsConstructorDescriptionInfoOutput(String category, String version, String rawVersion, String description, String type, String installedOnUTC, String state, String undoable, String filepath, String undoFilepath, String installedBy, int executionTime) InfoOutput(String category, String version, String rawVersion, String description, String type, String installedOnUTC, String state, String undoable, String filepath, String undoFilepath, String installedBy, String shouldExecuteExpression, int executionTime) -
Method Summary
Modifier and TypeMethodDescriptionintgetState()getType()voidsetCategory(String category) voidsetDescription(String description) voidsetExecutionTime(int executionTime) voidsetFilepath(String filepath) voidsetInstalledBy(String installedBy) voidsetInstalledOnUTC(String installedOnUTC) voidsetRawVersion(String rawVersion) voidsetShouldExecuteExpression(String shouldExecuteExpression) voidvoidvoidsetUndoable(String undoable) voidsetUndoFilepath(String undoFilepath) voidsetVersion(String version)
-
Field Details
-
category
-
version
-
rawVersion
-
description
-
type
-
installedOnUTC
-
state
-
undoable
-
filepath
-
undoFilepath
-
installedBy
-
shouldExecuteExpression
-
executionTime
public int executionTime
-
-
Constructor Details
-
InfoOutput
-
InfoOutput
public InfoOutput() -
InfoOutput
-
-
Method Details
-
getCategory
-
getVersion
-
getRawVersion
-
getDescription
-
getType
-
getInstalledOnUTC
-
getState
-
getUndoable
-
getFilepath
-
getUndoFilepath
-
getInstalledBy
-
getShouldExecuteExpression
-
getExecutionTime
public int getExecutionTime() -
setCategory
-
setVersion
-
setRawVersion
-
setDescription
-
setType
-
setInstalledOnUTC
-
setState
-
setUndoable
-
setFilepath
-
setUndoFilepath
-
setInstalledBy
-
setShouldExecuteExpression
-
setExecutionTime
public void setExecutionTime(int executionTime)
-