com.atlassian.greenhopper.optionalfeatures.sampledata
Class SampleDataImporterServiceFactory

java.lang.Object
  extended by com.atlassian.greenhopper.optionalfeatures.OptionalService<com.atlassian.jira.plugins.importer.sample.SampleDataImporter>
      extended by com.atlassian.greenhopper.optionalfeatures.sampledata.SampleDataImporterServiceFactory
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

public class SampleDataImporterServiceFactory
extends OptionalService<com.atlassian.jira.plugins.importer.sample.SampleDataImporter>


Constructor Summary
SampleDataImporterServiceFactory(com.atlassian.plugin.PluginAccessor pluginAccessor, SprintManager sprintManager, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, WorkflowService workflowService, com.atlassian.jira.issue.CustomFieldManager customFieldManager, SimplifiedWorkflowService simplifiedWorkflowService, com.atlassian.jira.project.ProjectManager projectManager, RankCustomFieldService rankCustomFieldService, com.atlassian.jira.issue.IssueManager issueManager, RankManager rankManager, RankableFactory rankableFactory, org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 SampleDataGenerator get()
           
 
Methods inherited from class com.atlassian.greenhopper.optionalfeatures.OptionalService
destroy, getService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleDataImporterServiceFactory

public SampleDataImporterServiceFactory(com.atlassian.plugin.PluginAccessor pluginAccessor,
                                        SprintManager sprintManager,
                                        com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext,
                                        WorkflowService workflowService,
                                        com.atlassian.jira.issue.CustomFieldManager customFieldManager,
                                        SimplifiedWorkflowService simplifiedWorkflowService,
                                        com.atlassian.jira.project.ProjectManager projectManager,
                                        RankCustomFieldService rankCustomFieldService,
                                        com.atlassian.jira.issue.IssueManager issueManager,
                                        RankManager rankManager,
                                        RankableFactory rankableFactory,
                                        org.osgi.framework.BundleContext bundleContext)
Method Detail

get

public SampleDataGenerator get()


Copyright © 2007-2013 Atlassian. All Rights Reserved.