Uses of Class
com.almworks.jira.structure.api.util.I18nText
Packages that use I18nText
Package
Description
-
Uses of I18nText in com.almworks.jira.structure.api.effect
Methods in com.almworks.jira.structure.api.effect that return I18nTextModifier and TypeMethodDescriptionEffectResponse.getDescription()Returns a human-readable description of the change, phrased as a possibility, e.g.EffectResponse.Error.getError()EffectResponse.getError()Describes why this effect cannot be applied, e.g.EffectResponse.getSuccessMessage()Returns a human-readable description of the change, as if it already happened, e.g.EffectResponse.Valid.getSuccessMessage()Methods in com.almworks.jira.structure.api.effect with parameters of type I18nTextModifier and TypeMethodDescriptionstatic StoredEffectCoreEffects.emitWarning(I18nText i18nText, List<ItemIdentity> itemIdentities) Returns a description of an effect that can't be deserialized successfully but used to describe a specific problem.static 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.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.Constructors in com.almworks.jira.structure.api.effect with parameters of type I18nTextModifierConstructorDescriptionEmpty(I18nText description, List<ItemIdentity> affectedItems) Error(I18nText error, I18nText description, List<ItemIdentity> affectedItems) -
Uses of I18nText in com.almworks.jira.structure.api.effector
Methods in com.almworks.jira.structure.api.effector that return types with arguments of type I18nTextMethods in com.almworks.jira.structure.api.effector with parameters of type I18nTextModifier and TypeMethodDescriptionstatic EffectorFunctionResponseConstructs and returns an error response with one or more error messages.Method parameters in com.almworks.jira.structure.api.effector with type arguments of type I18nTextModifier and TypeMethodDescriptionstatic EffectorFunctionResponseConstructs and returns an error response with one or more error messages. -
Uses of I18nText in com.almworks.jira.structure.api.effector.process
Methods in com.almworks.jira.structure.api.effector.process that return I18nTextMethods in com.almworks.jira.structure.api.effector.process that return types with arguments of type I18nText -
Uses of I18nText in com.almworks.jira.structure.api.error
Methods in com.almworks.jira.structure.api.error that return I18nTextMethods in com.almworks.jira.structure.api.error with parameters of type I18nTextModifier and TypeMethodDescriptionStructureException.Builder.withLocalizedMessage(I18nText message) -
Uses of I18nText in com.almworks.jira.structure.api.process
Methods in com.almworks.jira.structure.api.process that return I18nTextModifier and TypeMethodDescriptionProcessInfo.getActivity()ProgressGauge.getActivity()Returns a short description of the current activity.ProcessButtonParameters.getCaption()ProcessDisplayParameters.getName()Methods in com.almworks.jira.structure.api.process with parameters of type I18nTextModifier and TypeMethodDescriptionvoidProcessButtonParameters.setCaption(I18nText caption) voidvoidProcessUIController.setProgress(I18nText activity, Integer percentComplete) Updates process progress informationConstructors in com.almworks.jira.structure.api.process with parameters of type I18nText -
Uses of I18nText in com.almworks.jira.structure.api.util
Methods in com.almworks.jira.structure.api.util with parameters of type I18nTextModifier and TypeMethodDescriptionstatic StringStructureUtil.getTextInCurrentUserLocale(I18nText i18nText)