public class ChangeLogParametersType
extends DataType
| Constructor and Description |
|---|
ChangeLogParametersType(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigured(PropertySet propertySet) |
void |
addConfiguredChangeLogParameter(Property parameter) |
void |
applyParameters(Liquibase liquibase) |
List<Property> |
getChangeLogParameters() |
List<PropertySet> |
getPropertySets() |
void |
setRefid(Reference ref) |
public void applyParameters(Liquibase liquibase)
public void setRefid(Reference ref)
public List<PropertySet> getPropertySets()
public void addConfigured(PropertySet propertySet)
public List<Property> getChangeLogParameters()
public void addConfiguredChangeLogParameter(Property parameter)
Copyright © 2019 Liquibase.org. All rights reserved.