Package org.flywaydb.core.api.output
Class InfoOutput
java.lang.Object
org.flywaydb.core.api.output.InfoOutput
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
Constructors -
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) voidvoidvoidsetUndoable(String undoable) voidsetUndoFilepath(String undoFilepath) voidsetVersion(String version)
-
Field Details
-
category
-
version
-
rawVersion
-
description
-
type
-
installedOnUTC
-
state
-
undoable
-
filepath
-
undoFilepath
-
installedBy
-
executionTime
public int executionTime
-
-
Constructor Details
-
InfoOutput
-
InfoOutput
public InfoOutput()
-
-
Method Details
-
getCategory
-
getVersion
-
getRawVersion
-
getDescription
-
getType
-
getInstalledOnUTC
-
getState
-
getUndoable
-
getFilepath
-
getUndoFilepath
-
getInstalledBy
-
getExecutionTime
public int getExecutionTime() -
setCategory
-
setVersion
-
setRawVersion
-
setDescription
-
setType
-
setInstalledOnUTC
-
setState
-
setUndoable
-
setFilepath
-
setUndoFilepath
-
setInstalledBy
-
setExecutionTime
public void setExecutionTime(int executionTime)
-