Interface AppliedEffect
@PublicApi
public interface AppliedEffect
-
Method Summary
Modifier and TypeMethodDescriptionlongbooleanboolean
-
Method Details
-
getGeneratorRowId
long getGeneratorRowId() -
isExternal
boolean isExternal()- Returns:
trueif the effect changed the "outside world", e.g. JIRA issues or issue links.falseif the effect changed a static part of a structure or manual ordering.
-
getDescription
String getDescription() -
isReversible
boolean isReversible()
-