Class CanChangeProjectTypeCondition
java.lang.Object
com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
com.atlassian.jira.plugin.webfragment.conditions.CanChangeProjectTypeCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
Checks if there are multiple project types to choose from.
User can change the project type only if there are multiple options.
-
Constructor Summary
ConstructorsConstructorDescriptionCanChangeProjectTypeCondition(BrowseProjectTypeManager browseProjectTypeManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldDisplay(ApplicationUser user, JiraHelper jiraHelper) Methods inherited from class com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
getApplicationUser, init, shouldDisplay
-
Constructor Details
-
CanChangeProjectTypeCondition
-
-
Method Details
-
shouldDisplay
- Specified by:
shouldDisplayin classAbstractWebCondition
-