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,
boolean system) |
| 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() |
boolean |
isSystem() |
void |
setSystem(boolean system) |
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 isSystem()
public void setSystem(boolean system)
public boolean isBeforeChangeSets()
Copyright © 2025. All rights reserved.