Class AgileProjectConfiguratorImpl
java.lang.Object
com.atlassian.greenhopper.web.rapid.project.AgileProjectConfiguratorImpl
- All Implemented Interfaces:
AgileProjectConfigurator
-
Constructor Summary
ConstructorsConstructorDescriptionAgileProjectConfiguratorImpl(CustomFieldConfigurationRestorer customFieldConfigurationRestorer, IssueTypeSchemeService issueTypeSchemeService, com.atlassian.jira.blueprint.api.ProjectConfigurator projectConfigurator) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.atlassian.jira.project.Project project, ProjectType type) Configures an Agile project according to the given type.voidconfigure(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType type) Extends Agile project configuration according to the given type.
-
Constructor Details
-
AgileProjectConfiguratorImpl
public AgileProjectConfiguratorImpl(CustomFieldConfigurationRestorer customFieldConfigurationRestorer, IssueTypeSchemeService issueTypeSchemeService, com.atlassian.jira.blueprint.api.ProjectConfigurator projectConfigurator)
-
-
Method Details
-
configure
Description copied from interface:AgileProjectConfiguratorConfigures an Agile project according to the given type.- Specified by:
configurein interfaceAgileProjectConfigurator- Parameters:
project- project to configuretype- project type
-
configure
public void configure(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType type) Description copied from interface:AgileProjectConfiguratorExtends Agile project configuration according to the given type.- Specified by:
configurein interfaceAgileProjectConfigurator- Parameters:
project-projectIssueTypeScheme-type- project type
-