Uses of Class
com.almworks.jira.structure.api.effect.EffectResponse
Packages that use EffectResponse
-
Uses of EffectResponse in com.almworks.jira.structure.api.effect
Subclasses of EffectResponse in com.almworks.jira.structure.api.effectModifier and TypeClassDescriptionstatic final classRepresents an empty response, which means that the requested change is possible, but not required.static final classRepresents an error response, which means that the requested change is impossible.static final classRepresents a valid response, which means that the requested change is both needed and possible.Methods in com.almworks.jira.structure.api.effect that return EffectResponseModifier and TypeMethodDescriptionstatic EffectResponseEffectResponse.empty(I18nText description, List<ItemIdentity> affectedItems) Constructs an empty response, which means that the requested change is possible, but not required.static EffectResponseEffectResponse.error(I18nText error, I18nText description, List<ItemIdentity> affectedItems) Constructs an error response, which means that the requested change is impossible.EffectProvider.resolve(StoredEffect effect) Converts an effect description to an actual effect implementation, if possible.static 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.