Class SoftwareProjectTypeServiceImpl

java.lang.Object
com.atlassian.greenhopper.project.SoftwareProjectTypeServiceImpl
All Implemented Interfaces:
SoftwareProjectTypeService

@Service public class SoftwareProjectTypeServiceImpl extends Object implements SoftwareProjectTypeService
  • 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 interface SoftwareProjectTypeService
      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.