Interface AppliedEffect


@PublicApi public interface AppliedEffect
  • Method Details

    • getGeneratorRowId

      long getGeneratorRowId()
    • isExternal

      boolean isExternal()
      Returns:
      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.
    • getDescription

      String getDescription()
    • isReversible

      boolean isReversible()