Class AgileProjectConfiguratorImpl
java.lang.Object
com.atlassian.greenhopper.web.rapid.project.AgileProjectConfiguratorImpl
- All Implemented Interfaces:
AgileProjectConfigurator
@Service
public class AgileProjectConfiguratorImpl
extends Object
implements AgileProjectConfigurator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(com.atlassian.jira.project.Project project, ProjectType type) Configures an Agile project according to the given type.void
configure
(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()
-
-
Method Details
-
configure
Description copied from interface:AgileProjectConfigurator
Configures an Agile project according to the given type.- Specified by:
configure
in 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:AgileProjectConfigurator
Extends Agile project configuration according to the given type.- Specified by:
configure
in interfaceAgileProjectConfigurator
type
- project type
-