Class JiraSystemSupportProvider
java.lang.Object
com.codebarrel.jira.plugin.automation.util.JiraSystemSupportProvider
- All Implemented Interfaces:
SystemSupportProvider
Static util to check if certain features are available
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Does this version of Jira support SprintEvent.
-
Constructor Details
-
JiraSystemSupportProvider
public JiraSystemSupportProvider()
-
-
Method Details
-
isSprintEventSupported
public boolean isSprintEventSupported()Description copied from interface:SystemSupportProvider
Does this version of Jira support SprintEvent. Required for when running in service desk only as software isn't present- Specified by:
isSprintEventSupported
in interfaceSystemSupportProvider
-