Uses of Class
com.atlassian.jira.exception.ParseException

Packages that use ParseException
com.atlassian.jira.configurator   
com.atlassian.jira.configurator.config   
com.atlassian.jira.configurator.db   
com.atlassian.jira.configurator.gui   
com.atlassian.jira.imports.project.core   
com.atlassian.jira.imports.project.handler   
com.atlassian.jira.imports.project.parser   
com.atlassian.jira.imports.project.populator   
com.atlassian.jira.issue.customfields.impl   
 

Uses of ParseException in com.atlassian.jira.configurator
 

Methods in com.atlassian.jira.configurator that throw ParseException
static void Configurator.saveSettings(Settings newSettings)
           
 

Uses of ParseException in com.atlassian.jira.configurator.config
 

Methods in com.atlassian.jira.configurator.config that throw ParseException
static Settings SettingsLoader.loadCurrentSettings()
           
static void SettingsLoader.saveSettings(Settings newSettings)
          Saves the user's new settings back to the required files
 

Uses of ParseException in com.atlassian.jira.configurator.db
 

Methods in com.atlassian.jira.configurator.db that throw ParseException
protected  String SqlServerDatabaseConfig.getProtocolPrefix()
           
 DatabaseInstance MySqlDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance OracleDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance HsqlDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance DatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance PostgresDatabaseConfig.parseUrl(String jdbcUrl)
           
 DatabaseInstance SqlServerDatabaseConfig.parseUrl(String jdbcUrl)
           
abstract  void DatabaseConfigPanel.setSettings(Settings settings)
           
 void DatabaseConfigConsole.setSettings(Settings settings)
           
 void DatabaseConfigConsoleImpl.setSettings(Settings settings)
           
 void MySqlConfigPanel.setSettings(Settings settings)
           
 void CommonConfigPanel.setSettings(Settings settings)
           
 void HsqlDatabaseConfig.setSettings(Settings settings)
           
 void OracleConfigPanel.setSettings(Settings settings)
           
 void HsqlConfigPanel.setSettings(Settings settings)
           
protected  void PostgresConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
protected abstract  void CommonConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
protected  void SqlServerConfigPanel.setUrlSettings(DatabaseInstance connectionProperties)
           
 

Uses of ParseException in com.atlassian.jira.configurator.gui
 

Methods in com.atlassian.jira.configurator.gui that throw ParseException
 void ConfiguratorFrame.setSettings(Settings settings)
           
 

Uses of ParseException in com.atlassian.jira.imports.project.core
 

Methods in com.atlassian.jira.imports.project.core that throw ParseException
 void BackupOverviewBuilderImpl.populateInformationFromElement(String elementName, Map attributes)
           
 void BackupOverviewBuilder.populateInformationFromElement(String elementName, Map attributes)
          Used to handle populating the builder from a SAX parser.
 

Uses of ParseException in com.atlassian.jira.imports.project.handler
 

Methods in com.atlassian.jira.imports.project.handler that throw ParseException
 void CommentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
          Will read the issue, transform it, save it, and keep the new mapped value.
 void ChangeGroupPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssuePartitonHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueLinkMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueTypeMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void LabelsPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void RequiredProjectRolesMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueLinkPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void GroupMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectIssueSecurityLevelMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void BackupOverviewHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueVersionMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueComponentMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void WorklogPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectRoleActorMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueRelatedEntitiesPartionHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void SimpleEntityMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ChangeItemPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void UserAssociationPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ProjectMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void AttachmentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ComponentPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void AttachmentFileValidatorHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldOptionsMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldValuePersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void RegisterUserMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void IssueMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void CustomFieldValueValidatorHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void ImportEntityHandler.handleEntity(String entityName, Map<String,String> attributes)
          This is the main method to implement when using this ImportEntityHandler.
 void UserMapperHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 void VersionPersisterHandler.handleEntity(String entityName, Map<String,String> attributes)
           
 

Uses of ParseException in com.atlassian.jira.imports.project.parser
 

Methods in com.atlassian.jira.imports.project.parser that throw ParseException
 ExternalGroup GroupParser.parse(Map attributes)
          Parses the OSGroup data from the backup XML.
 PluginVersion PluginVersionParser.parse(Map attributes)
          Transforms a set of attributes into a PluginVersion.
 ExternalNodeAssociation NodeAssociationParser.parse(Map attributes)
          Transforms a set of attributes into a NodeAssociation.
 ExternalVersion ProjectVersionParserImpl.parse(Map attributes)
           
 ExternalIssueLinkType IssueLinkTypeParserImpl.parse(Map attributes)
           
 ExternalVersion ProjectVersionParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalVersion.
 ExternalIssueLinkType IssueLinkTypeParser.parse(Map attributes)
          Parses the IssueLinkType data from the backup XML.
 ExternalComponent ProjectComponentParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalComponent.
 PluginVersion PluginVersionParserImpl.parse(Map attributes)
           
 ExternalComment CommentParser.parse(Map attributes)
          Parses the comment data from the backup XML.
 ExternalLabel LabelParser.parse(Map attributes)
          Parses the label data from the backup XML.
 ExternalChangeGroup ChangeGroupParserImpl.parse(Map attributes)
           
 ExternalNodeAssociation NodeAssociationParserImpl.parse(Map attributes)
           
 ExternalProjectRoleActor ProjectRoleActorParser.parse(Map attributes)
          Transforms a set of attributes into an ExternalProjectRoleActor.
 ExternalGroup GroupParserImpl.parse(Map attributes)
           
 ExternalLink IssueLinkParser.parse(Map attributes)
          Parses the IssueLink data from the backup XML.
 ExternalLabel LabelParserImpl.parse(Map attributes)
           
 ExternalWorklog WorklogParser.parse(Map attributes)
          Parses the worklog data from the backup XML.
 ExternalProjectRoleActor ProjectRoleActorParserImpl.parse(Map attributes)
           
 ExternalLink IssueLinkParserImpl.parse(Map attributes)
           
 ExternalIssue IssueParserImpl.parse(Map attributes)
           
 ExternalChangeItem ChangeItemParser.parse(Map attributes)
          Parses the ChangeItem data from the backup XML.
 ExternalComponent ProjectComponentParserImpl.parse(Map attributes)
           
 ExternalChangeGroup ChangeGroupParser.parse(Map attributes)
          Parses the change group data from the backup XML.
 ExternalChangeItem ChangeItemParserImpl.parse(Map attributes)
           
 ExternalIssue IssueParser.parse(Map attributes)
          Parses the issue data from the backup XML.
 ExternalCustomFieldValue CustomFieldValueParserImpl.parse(Map attributes)
           
 ExternalComment CommentParserImpl.parse(Map attributes)
           
 ExternalWorklog WorklogParserImpl.parse(Map attributes)
           
 ExternalCustomFieldValue CustomFieldValueParser.parse(Map attributes)
          Parses the custom field value data from the backup XML.
 ExternalAttachment AttachmentParserImpl.parse(Map<String,String> attributes)
           
 ExternalAttachment AttachmentParser.parse(Map<String,String> attributes)
          Parses the file attachment data from the backup XML.
 ExternalCustomField CustomFieldParser.parseCustomField(Map attributes)
          Parses the custom field data from the backup XML.
 ExternalCustomField CustomFieldParserImpl.parseCustomField(Map attributes)
           
 BackupOverviewBuilderImpl.ConfigurationContext CustomFieldParser.parseCustomFieldConfiguration(Map attributes)
          Parses the custom field configuration context data from the backup XML.
 BackupOverviewBuilderImpl.ConfigurationContext CustomFieldParserImpl.parseCustomFieldConfiguration(Map attributes)
           
 BackupOverviewBuilderImpl.FieldConfigSchemeIssueType CustomFieldParser.parseFieldConfigSchemeIssueType(Map attributes)
          Parses the custom field issue type configuration context data from the backup XML.
 BackupOverviewBuilderImpl.FieldConfigSchemeIssueType CustomFieldParserImpl.parseFieldConfigSchemeIssueType(Map attributes)
           
 ExternalProject ProjectParserImpl.parseProject(Map attributes)
           
 ExternalProject ProjectParser.parseProject(Map attributes)
          Transforms a set of attributes into an ExternalProject.
 ExternalVoter UserAssociationParserImpl.parseVoter(Map attributes)
           
 ExternalVoter UserAssociationParser.parseVoter(Map attributes)
          Parses the voter data from the backup XML.
 ExternalWatcher UserAssociationParserImpl.parseWatcher(Map attributes)
           
 ExternalWatcher UserAssociationParser.parseWatcher(Map attributes)
          Parses the watcher data from the backup XML.
 

Uses of ParseException in com.atlassian.jira.imports.project.populator
 

Methods in com.atlassian.jira.imports.project.populator that throw ParseException
 void ProjectVersionPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void IssueIdPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void ProjectComponentPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void CustomFieldPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void ProjectPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void PluginVersionPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 void BackupOverviewPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
          If the entity referred to in the given elementName is managed by this Populator, then it builds the appropriate object and adds it to the BackupOverviewBuilder.
 void SystemInfoPopulator.populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes)
           
 

Uses of ParseException in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that throw ParseException
 ExternalCustomFieldValue LabelsCFType.parse(Map attributes)
           
 ExternalCustomFieldValue ProjectImportLabelFieldParserImpl.parse(Map attributes)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.