Uses of Enum Class
com.atlassian.greenhopper.project.ProjectType
Packages that use ProjectType
Package
Description
-
Uses of ProjectType in com.atlassian.greenhopper.customfield
Methods in com.atlassian.greenhopper.customfield with parameters of type ProjectTypeModifier and TypeMethodDescriptionvoidCustomFieldConfigurationRestorer.ensureFieldsAreCorrectlyConfigured(Collection<com.atlassian.jira.project.Project> projects, ProjectType type, CustomFieldConfigurationRestorer.ScreenSchemeOption screenSchemeOption) Makes sure issue type specific custom fields have correctly configured contexts.voidCustomFieldConfigurationRestorerImpl.ensureFieldsAreCorrectlyConfigured(Collection<com.atlassian.jira.project.Project> projects, ProjectType type, CustomFieldConfigurationRestorer.ScreenSchemeOption screenSchemeOption) -
Uses of ProjectType in com.atlassian.greenhopper.project
Methods in com.atlassian.greenhopper.project that return ProjectTypeModifier and TypeMethodDescriptionstatic ProjectTypeReturns the enum constant of this class with the specified name.static ProjectType[]ProjectType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProjectType in com.atlassian.greenhopper.sampledata
Methods in com.atlassian.greenhopper.sampledata with parameters of type ProjectTypeModifier and TypeMethodDescriptionServiceOutcome<com.atlassian.jira.project.Project> SampleDataGenerator.importSampleDataFromUrl(String projectKey, String projectName, io.atlassian.fugue.Option<String> projectLeadUserName, SimplifiedWorkflowPresets projectWorkflow, URL sampleDataUrl, ProjectType projectType) Creates a project from data contained in a JSON fileServiceOutcome<com.atlassian.jira.project.Project> SampleDataGeneratorImpl.importSampleDataFromUrl(String projectKey, String projectName, io.atlassian.fugue.Option<String> projectLeadUserName, SimplifiedWorkflowPresets projectWorkflow, URL sampleDataUrl, ProjectType projectType) -
Uses of ProjectType in com.atlassian.greenhopper.service.project
Methods in com.atlassian.greenhopper.service.project with parameters of type ProjectTypeModifier and TypeMethodDescriptionServiceOutcome<com.atlassian.jira.project.Project> ProjectService.createProject(com.atlassian.jira.user.ApplicationUser user, String name, String key, String description, String leadUserName, String url, Long assigneeType, Long avatarId, ProjectType projectType) Create a project with all the necessary bells and whistles (schemas of various kinds, all default).ServiceOutcome<com.atlassian.jira.project.Project> ProjectServiceImpl.createProject(com.atlassian.jira.user.ApplicationUser user, String name, String key, String description, String leadUserName, String url, Long assigneeType, Long avatarId, ProjectType projectType) -
Uses of ProjectType in com.atlassian.greenhopper.service.rapid.view
Methods in com.atlassian.greenhopper.service.rapid.view that return ProjectTypeModifier and TypeMethodDescriptionstatic ProjectTypeRapidViewPresetService.getAssociatedProjectType(RapidViewPreset rapidViewPreset) -
Uses of ProjectType in com.atlassian.greenhopper.service.workflow
Methods in com.atlassian.greenhopper.service.workflow with parameters of type ProjectTypeModifier and TypeMethodDescriptionstatic SimplifiedWorkflowPresetsSimplifiedWorkflowPresets.from(ProjectType projectType) -
Uses of ProjectType in com.atlassian.greenhopper.web.rapid.project
Methods in com.atlassian.greenhopper.web.rapid.project that return ProjectTypeModifier and TypeMethodDescriptionprotected ProjectTypeBasicSoftwareDevelopmentProjectCreateHook.getProjectType()protected abstract ProjectTypeGreenHopperProjectCreateHook.getProjectType()protected ProjectTypeKanbanProjectCreateHook.getProjectType()protected ProjectTypeSampleKanbanProjectCreateHook.getProjectType()protected ProjectTypeScrumProjectCreateHook.getProjectType()Methods in com.atlassian.greenhopper.web.rapid.project with parameters of type ProjectTypeModifier and TypeMethodDescriptionvoidAgileProjectConfigurator.configure(com.atlassian.jira.project.Project project, ProjectType type) Configures an Agile project according to the given type.voidAgileProjectConfigurator.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.voidAgileProjectConfiguratorImpl.configure(com.atlassian.jira.project.Project project, ProjectType type) voidAgileProjectConfiguratorImpl.configure(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType type) voidProjectCreateHookHelper.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 datavoidProjectCreateHookHelperImpl.configureProject(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.config.FieldConfigScheme projectIssueTypeScheme, ProjectType projectType, Boolean configureWorkFlow)