public abstract class GreenHopperProjectCreateHook extends Object implements com.atlassian.jira.project.template.hook.AddProjectHook
Constructor and Description |
---|
GreenHopperProjectCreateHook() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.project.template.hook.ConfigureResponse |
configure(com.atlassian.jira.project.template.hook.ConfigureData configureData) |
protected com.atlassian.jira.project.template.hook.ConfigureResponse |
createResponseWithRedirect(Long rapidViewId) |
protected String |
enrichRedirect(String baseRedirect) |
protected abstract ProjectType |
getProjectType() |
protected abstract Optional<RapidViewPreset> |
getRapidViewPreset() |
com.atlassian.jira.project.template.hook.ValidateResponse |
validate(com.atlassian.jira.project.template.hook.ValidateData validateData) |
public com.atlassian.jira.project.template.hook.ValidateResponse validate(com.atlassian.jira.project.template.hook.ValidateData validateData)
validate
in interface com.atlassian.jira.project.template.hook.AddProjectHook
public com.atlassian.jira.project.template.hook.ConfigureResponse configure(com.atlassian.jira.project.template.hook.ConfigureData configureData)
configure
in interface com.atlassian.jira.project.template.hook.AddProjectHook
protected com.atlassian.jira.project.template.hook.ConfigureResponse createResponseWithRedirect(Long rapidViewId)
protected abstract ProjectType getProjectType()
protected abstract Optional<RapidViewPreset> getRapidViewPreset()
Copyright © 2007–2025 Atlassian. All rights reserved.