com.atlassian.greenhopper.optionalfeatures.sampledata
Interface SampleDataGenerator

All Known Implementing Classes:
SampleDataGeneratorImpl

public interface SampleDataGenerator


Method Summary
 ServiceOutcome<com.atlassian.jira.project.Project> createSampleKanbanData(java.lang.String projectKey, java.lang.String projectName, com.atlassian.fugue.Option<java.lang.String> projectLeadUserName)
           
 ServiceOutcome<com.atlassian.jira.project.Project> createSampleScrumData(java.lang.String projectKey, java.lang.String projectName, com.atlassian.fugue.Option<java.lang.String> projectLeadUserName)
          Creates a project and fills it with scrum
 

Method Detail

createSampleKanbanData

ServiceOutcome<com.atlassian.jira.project.Project> createSampleKanbanData(java.lang.String projectKey,
                                                                          java.lang.String projectName,
                                                                          com.atlassian.fugue.Option<java.lang.String> projectLeadUserName)
Parameters:
projectKey -
projectName -
projectLeadUserName - an Option which can contain the user name of the lead for the project to be created
Returns:
an outcome which will either have the project or errors

createSampleScrumData

ServiceOutcome<com.atlassian.jira.project.Project> createSampleScrumData(java.lang.String projectKey,
                                                                         java.lang.String projectName,
                                                                         com.atlassian.fugue.Option<java.lang.String> projectLeadUserName)
Creates a project and fills it with scrum

Parameters:
projectKey - the key for the project to be created
projectName - the name for the project to be created
projectLeadUserName - an Option which can contain the user name of the lead for the project to be created
Returns:
an outcome which will either have the project or errors


Copyright © 2007-2013 Atlassian. All Rights Reserved.