Class ProjectCreateHookHelperImpl
java.lang.Object
com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelperImpl
- All Implemented Interfaces:
ProjectCreateHookHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureProject
(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType projectType, Boolean configureWorkFlow) Configures the project with Software specific dataconfigureRapidView
(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, RapidViewPreset rapidViewPreset, Boolean configureColumns) Configures RapidView with Software specific data
-
Constructor Details
-
ProjectCreateHookHelperImpl
public ProjectCreateHookHelperImpl()
-
-
Method Details
-
configureProject
public void configureProject(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType projectType, Boolean configureWorkFlow) Description copied from interface:ProjectCreateHookHelper
Configures the project with Software specific data- Specified by:
configureProject
in interfaceProjectCreateHookHelper
-
configureRapidView
public RapidView configureRapidView(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, RapidViewPreset rapidViewPreset, Boolean configureColumns) Description copied from interface:ProjectCreateHookHelper
Configures RapidView with Software specific data- Specified by:
configureRapidView
in interfaceProjectCreateHookHelper
-