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 TypeMethodDescriptionbooleanDoes this version of Jira support SprintEvent.
-
Constructor Details
-
JiraSystemSupportProvider
public JiraSystemSupportProvider()
-
-
Method Details
-
isSprintEventSupported
public boolean isSprintEventSupported()Description copied from interface:SystemSupportProviderDoes this version of Jira support SprintEvent. Required for when running in service desk only as software isn't present- Specified by:
isSprintEventSupportedin interfaceSystemSupportProvider
-