public class ChangeSetItem extends Object implements ChangePrintable
| Constructor and Description |
|---|
ChangeSetItem(String id,
String author,
String order,
boolean runAlways,
String systemVersion,
boolean failFast,
Method changeSetMethod,
Method rollbackMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
String |
getChangeLogClassString() |
String |
getId() |
Method |
getMethod() |
String |
getMethodNameString() |
String |
getOrder() |
Optional<Method> |
getRollbackMethod() |
String |
getSystemVersion() |
ChangeType |
getType() |
int |
hashCode() |
boolean |
isBeforeChangeSets() |
boolean |
isFailFast() |
boolean |
isRunAlways() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoPrettyStringpublic String getId()
getId in interface ChangePrintablepublic ChangeType getType()
getType in interface ChangePrintablepublic String getAuthor()
getAuthor in interface ChangePrintablepublic String getChangeLogClassString()
getChangeLogClassString in interface ChangePrintablepublic String getMethodNameString()
getMethodNameString in interface ChangePrintablepublic String getOrder()
public boolean isRunAlways()
public String getSystemVersion()
public Method getMethod()
public boolean isFailFast()
public boolean isBeforeChangeSets()
Copyright © 2022. All rights reserved.