Uses of Class
com.almworks.jira.structure.api.generator.GeneratorUnavailableException
Packages that use GeneratorUnavailableException
Package
Description
-
Uses of GeneratorUnavailableException in com.almworks.jira.structure.api.generator
Methods in com.almworks.jira.structure.api.generator that throw GeneratorUnavailableExceptionModifier and TypeMethodDescriptionvoidStructureGenerator.addDefaultFormParameters(Map<String, Object> form) Fills the parameter map for the edit form Velocity template with default values for a new generator item of this type.voidGiven the generator-specific parameters, fills the parameter map for the edit form Velocity template.StructureGenerator.buildParametersFromForm(Map<String, Object> form, ErrorCollection errors) Validates the parameters from the edit HTML form and constructs a serializable map of generator-specific parameters. -
Uses of GeneratorUnavailableException in com.almworks.jira.structure.api.generator.util
Methods in com.almworks.jira.structure.api.generator.util that throw GeneratorUnavailableExceptionModifier and TypeMethodDescriptionvoidAbstractGenerator.addDefaultFormParameters(Map<String, Object> form) voidAbstractGenerator.buildParametersFromForm(Map<String, Object> form, ErrorCollection errors)