public class CodePreviewChange extends AbstractPreviewTask
author, id, legacy, order, recovery, runAlways, source, system, targetSystem, transactional| Constructor and Description |
|---|
CodePreviewChange() |
CodePreviewChange(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String sourceClassPath,
PreviewConstructor previewConstructor,
PreviewMethod applyPreviewMethod,
PreviewMethod rollbackPreviewMethod,
boolean runAlways,
boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy) |
| Modifier and Type | Method and Description |
|---|---|
PreviewMethod |
getApplyPreviewMethod() |
PreviewConstructor |
getPreviewConstructor() |
PreviewMethod |
getRollbackPreviewMethod() |
java.lang.String |
getSourcePackage() |
java.lang.String |
pretty() |
void |
setApplyPreviewMethod(PreviewMethod applyPreviewMethod) |
void |
setPreviewConstructor(PreviewConstructor previewConstructor) |
void |
setRollbackMethodName(PreviewMethod rollbackMethodName) |
java.lang.String |
toString() |
equals, getAuthor, getId, getOrder, getRecovery, getSource, getTargetSystem, hashCode, isLegacy, isRunAlways, isSystem, isTransactional, setAuthor, setId, setLegacy, setOrder, setRecovery, setRunAlways, setSource, setSystem, setTargetSystem, setTransactionalclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, isSortable, isStandardpublic CodePreviewChange()
public CodePreviewChange(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String sourceClassPath,
PreviewConstructor previewConstructor,
PreviewMethod applyPreviewMethod,
PreviewMethod rollbackPreviewMethod,
boolean runAlways,
boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy)
public PreviewConstructor getPreviewConstructor()
public void setPreviewConstructor(PreviewConstructor previewConstructor)
public PreviewMethod getApplyPreviewMethod()
public void setApplyPreviewMethod(PreviewMethod applyPreviewMethod)
public PreviewMethod getRollbackPreviewMethod()
public void setRollbackMethodName(PreviewMethod rollbackMethodName)
public java.lang.String getSourcePackage()
public java.lang.String pretty()
pretty in interface TaskDescriptorpretty in class AbstractPreviewTaskpublic java.lang.String toString()
toString in class AbstractPreviewTask