Package com.javahollic.jira.emh.api
Interface IJEMHSystemConfigHelper
-
- All Known Subinterfaces:
IJEMHRuntimeConfig
public interface IJEMHSystemConfigHelper
-
-
Field Summary
Fields Modifier and Type Field Description static String
JIRA_TEXT_FIELD_CHAR_LIMIT_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.atlassian.jira.config.properties.ApplicationProperties
getApplicationProperties()
String
getApplicationProperty(String key)
String
getDefaultSystemPriority()
cut/n/pasted from AbstractMessageHandler for reuse by FieldProcessors Returns a default system priority.String
getJemhApiVersion()
String
getJemhPluginKey()
String
getJemhVersion()
String
getJiraApiVersion()
com.atlassian.jira.util.JiraDurationUtils
getJiraDurationUtils(com.atlassian.jira.security.JiraAuthenticationContext jac)
Map<String,String>
getParams()
boolean
isAllowUnassignedIssues()
boolean
isExternalUserManagementEnabled()
boolean
isIssueAttachmentsEnabled()
boolean
isIssueLinkingEnabled()
boolean
isIssueVotingEnabled()
boolean
isIssueWatchingEnabled()
boolean
isJemhBuildDc()
boolean
isJemhSnapshot()
boolean
isUnassignableIssuesEnabled()
void
setParams(Map<String,String> params)
-
-
-
Field Detail
-
JIRA_TEXT_FIELD_CHAR_LIMIT_KEY
static final String JIRA_TEXT_FIELD_CHAR_LIMIT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJemhVersion
String getJemhVersion()
-
getJemhPluginKey
String getJemhPluginKey()
-
isJemhBuildDc
boolean isJemhBuildDc()
-
getJemhApiVersion
String getJemhApiVersion()
-
getJiraApiVersion
String getJiraApiVersion()
-
isJemhSnapshot
boolean isJemhSnapshot()
-
isExternalUserManagementEnabled
boolean isExternalUserManagementEnabled()
-
isUnassignableIssuesEnabled
boolean isUnassignableIssuesEnabled()
-
isIssueWatchingEnabled
boolean isIssueWatchingEnabled()
-
isIssueVotingEnabled
boolean isIssueVotingEnabled()
-
isIssueAttachmentsEnabled
boolean isIssueAttachmentsEnabled()
-
isIssueLinkingEnabled
boolean isIssueLinkingEnabled()
-
isAllowUnassignedIssues
boolean isAllowUnassignedIssues()
-
getApplicationProperties
com.atlassian.jira.config.properties.ApplicationProperties getApplicationProperties()
-
getDefaultSystemPriority
String getDefaultSystemPriority()
cut/n/pasted from AbstractMessageHandler for reuse by FieldProcessors Returns a default system priority. If default system priority if not set, tries to find 'middle' priority based on other priorities. It may throw RuntimeException if there is not default priority set and there are no other priorities (which is highly unlikely).- Returns:
- a default system priority
- Throws:
RuntimeException
- if no default set and no other priorities found.
-
getJiraDurationUtils
com.atlassian.jira.util.JiraDurationUtils getJiraDurationUtils(com.atlassian.jira.security.JiraAuthenticationContext jac)
-
-