@PublicApi
public interface AppliedEffect
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getGeneratorRowId() |
boolean |
isExternal() |
boolean |
isReversible() |
long getGeneratorRowId()
boolean isExternal()
true if the effect changed the "outside world", e.g. JIRA issues
or issue links. false if the effect changed a static part of a structure
or manual ordering.String getDescription()
boolean isReversible()
Copyright © 2019 ALM Works. All Rights Reserved.