
com.almworks.jira.structure.api2g.v2.AppliedEffect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api2g.v2;
import com.atlassian.annotations.PublicApi;
@PublicApi
public interface AppliedEffect {
long getGeneratorRowId();
/**
* @return {@code true} if the effect changed the "outside world", e.g. JIRA issues
* or issue links. {@code false} if the effect changed a static part of a structure
* or manual ordering.
*/
boolean isExternal();
String getDescription();
boolean isReversible();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy