Interface ProjectCreateHookHelper

All Known Implementing Classes:
ProjectCreateHookHelperImpl

public interface ProjectCreateHookHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 data
    configureRapidView(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, RapidViewPreset rapidViewPreset, Boolean configureColumns)
    Configures RapidView with Software specific data
  • Method Details

    • configureProject

      void 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 data
      Parameters:
      project -
      projectIssueTypeScheme -
      projectType -
      configureWorkFlow -
    • configureRapidView

      RapidView configureRapidView(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, RapidViewPreset rapidViewPreset, Boolean configureColumns)
      Configures RapidView with Software specific data
      Parameters:
      project -
      projectIssueTypeScheme -
      rapidViewPreset -
      configureColumns -