Package com.thepluginpeople.jemhod.api
Interface IProjectMappingConfiguration
- All Known Subinterfaces:
IProjectMapping
public interface IProjectMappingConfiguration
Represents the project mapping configuration used in velocity templates.
- Author:
- Fernando Boucquez
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getContentTypePreference
ContentTypePreference getContentTypePreference() -
getParticipantEmailAddressesCustomFieldId
String getParticipantEmailAddressesCustomFieldId() -
getIssueTypeId
Long getIssueTypeId() -
getReporterName
String getReporterName() -
getPriorityId
Long getPriorityId() -
getLabels
-
getForwardedEmailSubjectPrefixes
-
getInitialSenderEmailAddressCustomFieldId
String getInitialSenderEmailAddressCustomFieldId() -
getInitialSenderPersonalCustomFieldId
String getInitialSenderPersonalCustomFieldId() -
getAddJiraReporterAsWatcher
Boolean getAddJiraReporterAsWatcher() -
getAddJiraParticipantsAsWatchers
Boolean getAddJiraParticipantsAsWatchers() -
getCommentHeaderTemplateSetId
String getCommentHeaderTemplateSetId() -
getBlacklistForwardTemplateSetId
String getBlacklistForwardTemplateSetId() -
getNonCatchEmailForwardTemplateSetId
String getNonCatchEmailForwardTemplateSetId() -
getMessageProcessErrorTemplateSetId
String getMessageProcessErrorTemplateSetId() -
getNotificationFormat
NotificationFormat getNotificationFormat() -
getSecurityLevelId
Long getSecurityLevelId() -
getNonJiraSecurity
Boolean getNonJiraSecurity() -
isAllowUninvolvedByThreading
Boolean isAllowUninvolvedByThreading() -
getDueDate
Integer getDueDate() -
getCommentBodyDelimiterRegexes
-
getCreateBodyDelimiterRegexes
-
getSentDateCustomFieldId
String getSentDateCustomFieldId() -
getSentDateCustomFieldFormat
String getSentDateCustomFieldFormat() -
getDefaultSummary
String getDefaultSummary() -
getCreateBodyDelimiterTexts
-
getCommentBodyDelimiterTexts
-
getLimitExceededForwardTemplateSetId
String getLimitExceededForwardTemplateSetId() -
getFieldProcessorStatus
FieldProcessorStatus getFieldProcessorStatus() -
getSubjectBasedFieldProcessorEnabled
Boolean getSubjectBasedFieldProcessorEnabled() -
getAtPrefixFieldProcessorEnabled
Boolean getAtPrefixFieldProcessorEnabled() -
getColonSuffixFieldProcessorEnabled
Boolean getColonSuffixFieldProcessorEnabled() -
getScriptFieldProcessorEnabled
Boolean getScriptFieldProcessorEnabled() -
getFieldProcessorWhiteList
-
getFieldProcessorBlackList
-
getFieldProcessorSenderWhiteListRegexes
-
getSubtaskIssueTypeId
Long getSubtaskIssueTypeId() -
getDirectiveAliases
List<DirectiveAlias> getDirectiveAliases() -
getCommentBodyCleanUpRegexes
-
getCreateBodyCleanUpRegexes
-
getComponentNames
-
getxMailHeaderFieldProcessorEnabled
Boolean getxMailHeaderFieldProcessorEnabled() -
getPreFieldProcessorBodyCleanUpRegexes
-
getPreFieldProcessorSubjectCleanUpRegexes
-
getAttachmentDuplicationStrategy
AttachmentDuplicationStrategy getAttachmentDuplicationStrategy() -
getFieldProcessorUserWhiteList
-
getFieldProcessorGroupWhiteList
-
getAssigneeName
String getAssigneeName() -
getPrecedenceBulkTemplateSetId
String getPrecedenceBulkTemplateSetId() -
getRegexFieldProcessorEnabled
Boolean getRegexFieldProcessorEnabled() -
getIssueOperatingMode
IssueOperatingMode getIssueOperatingMode() -
getIssueCommentLimit
Integer getIssueCommentLimit() -
getLimitExceededAction
InvalidMessageEmailAction getLimitExceededAction() -
getFieldProcessorResolutionStrategy
FieldProcessorResolutionStrategy getFieldProcessorResolutionStrategy() -
getAddJiraParticipantsAsJSDRequestParticipants
Boolean getAddJiraParticipantsAsJSDRequestParticipants() -
getAddJiraSenderAsJSDRequestParticipants
Boolean getAddJiraSenderAsJSDRequestParticipants() -
getSenderHeaders
-
getIssueOperatingModeFailureAction
IssueOperatingModeFailureAction getIssueOperatingModeFailureAction() -
getAutoCreateUser
Boolean getAutoCreateUser() -
getEmailThreadingUsingReferences
Boolean getEmailThreadingUsingReferences() -
getEmailThreadingUsingInReplyTo
Boolean getEmailThreadingUsingInReplyTo() -
getAddEmailToIssue
Boolean getAddEmailToIssue() -
getDirectiveDateFormat
String getDirectiveDateFormat() -
getDirectiveDateTimeFormat
String getDirectiveDateTimeFormat() -
getBoardId
Long getBoardId() -
getSprintId
Long getSprintId() -
getEpicLabel
String getEpicLabel() -
getEpicLinkIssueKey
String getEpicLinkIssueKey() -
getNagiosFieldProcessorEnabled
Boolean getNagiosFieldProcessorEnabled() -
getAttachTextBody
AttachMessageCondition getAttachTextBody() -
getAttachHtmlBody
AttachMessageCondition getAttachHtmlBody() -
getAttachEmail
AttachMessageCondition getAttachEmail() -
getAttachedEmailNameFormat
String getAttachedEmailNameFormat() -
getAttachmentUpload
AttachmentUpload getAttachmentUpload() -
getIssueAssociationByEmailAddress
Boolean getIssueAssociationByEmailAddress() -
isSubjectIssueKeyRegexCaseInsensitive
Boolean isSubjectIssueKeyRegexCaseInsensitive()
-