Interface SoftwareProjectTypeService
- All Known Implementing Classes:
SoftwareProjectTypeServiceImpl
public interface SoftwareProjectTypeService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSoftwareProject
(@NotNull com.atlassian.jira.project.Project project) Checks whether the specified project is a software project.
-
Method Details
-
isSoftwareProject
boolean isSoftwareProject(@NotNull @NotNull com.atlassian.jira.project.Project project) Checks whether the specified project is a software project.- Parameters:
project
- project to check- Returns:
- True if the specified project is a software project. Or true if we are still in dark ages mode. Returns false otherwise.
-