com.atlassian.greenhopper.plugin.sampledata
Interface JiraImportersPluginInstaller

All Known Implementing Classes:
JiraImportersPluginInstallerImpl

public interface JiraImportersPluginInstaller

Checks if JIM is at min version at startup, if not installs JAR from within our JAR NOTE: we can't just ship an OBR which includes JIM, because of https://jdog.atlassian.net/browse/JRADEV-12665


Field Summary
static java.lang.String JIRA_IMPORTERS_PLUGIN_KEY
          JIM importer plugin key
 
Method Summary
 java.lang.Runnable getInstaller()
          Get a runnable that checks/installs/upgrades the jim plugin.
 java.lang.String getMinJiraImportersPluginVersion()
          Get the required min version of the importer (which is the version shipped with GH)
 

Field Detail

JIRA_IMPORTERS_PLUGIN_KEY

static final java.lang.String JIRA_IMPORTERS_PLUGIN_KEY
JIM importer plugin key

See Also:
Constant Field Values
Method Detail

getMinJiraImportersPluginVersion

java.lang.String getMinJiraImportersPluginVersion()
Get the required min version of the importer (which is the version shipped with GH)


getInstaller

java.lang.Runnable getInstaller()
Get a runnable that checks/installs/upgrades the jim plugin.



Copyright © 2007-2014 Atlassian. All Rights Reserved.