Uses of Interface
com.almworks.jira.structure.api.effect.Effect
Packages that use Effect
-
Uses of Effect in com.almworks.jira.structure.api.effect
Methods in com.almworks.jira.structure.api.effect that return EffectModifier and TypeMethodDescriptionEffectResponse.getEffect()Returns the actual effect, ornullif error or empty.EffectResponse.Valid.getEffect()Methods in com.almworks.jira.structure.api.effect with parameters of type EffectModifier and TypeMethodDescriptionstatic EffectResponseEffectResponse.valid(Effect effect, I18nText successMessage, I18nText description, List<ItemIdentity> affectedItems) Constructs a valid response, which means that the requested change is both needed and possible.