Class SoftwareProjectTypeServiceImpl
java.lang.Object
com.atlassian.greenhopper.project.SoftwareProjectTypeServiceImpl
- All Implemented Interfaces:
SoftwareProjectTypeService
@Service
public class SoftwareProjectTypeServiceImpl
extends Object
implements SoftwareProjectTypeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isSoftwareProject
(@NotNull com.atlassian.jira.project.Project project) Checks whether the specified project is a software project.
-
Constructor Details
-
SoftwareProjectTypeServiceImpl
public SoftwareProjectTypeServiceImpl()
-
-
Method Details
-
isSoftwareProject
public boolean isSoftwareProject(@NotNull @NotNull com.atlassian.jira.project.Project project) Description copied from interface:SoftwareProjectTypeService
Checks whether the specified project is a software project.- Specified by:
isSoftwareProject
in interfaceSoftwareProjectTypeService
- 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.
-