Class ProjectCreateHookHelperImpl

java.lang.Object
com.atlassian.greenhopper.web.rapid.project.ProjectCreateHookHelperImpl
All Implemented Interfaces:
ProjectCreateHookHelper

@Service public class ProjectCreateHookHelperImpl extends Object implements ProjectCreateHookHelper
  • 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 interface ProjectCreateHookHelper
      Parameters:
      project -
      projectIssueTypeScheme -
      projectType -
      configureWorkFlow -
    • 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 interface ProjectCreateHookHelper
      Parameters:
      project -
      projectIssueTypeScheme -
      rapidViewPreset -
      configureColumns -