com.atlassian.greenhopper.plugin.sampledata
Class JiraImportersPluginInstallerImpl

java.lang.Object
  extended by com.atlassian.greenhopper.plugin.sampledata.JiraImportersPluginInstallerImpl
All Implemented Interfaces:
JiraImportersPluginInstaller

public class JiraImportersPluginInstallerImpl
extends java.lang.Object
implements JiraImportersPluginInstaller


Field Summary
protected  LoggerWrapper log
           
 
Fields inherited from interface com.atlassian.greenhopper.plugin.sampledata.JiraImportersPluginInstaller
JIRA_IMPORTERS_PLUGIN_KEY
 
Constructor Summary
JiraImportersPluginInstallerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.PluginController pluginController)
           
 
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)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final LoggerWrapper log
Constructor Detail

JiraImportersPluginInstallerImpl

public JiraImportersPluginInstallerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                        com.atlassian.plugin.PluginController pluginController)
Method Detail

getMinJiraImportersPluginVersion

public java.lang.String getMinJiraImportersPluginVersion()
Description copied from interface: JiraImportersPluginInstaller
Get the required min version of the importer (which is the version shipped with GH)

Specified by:
getMinJiraImportersPluginVersion in interface JiraImportersPluginInstaller

getInstaller

public java.lang.Runnable getInstaller()
Description copied from interface: JiraImportersPluginInstaller
Get a runnable that checks/installs/upgrades the jim plugin.

Specified by:
getInstaller in interface JiraImportersPluginInstaller


Copyright © 2007-2014 Atlassian. All Rights Reserved.