Interface IProjectMappingConfiguration

All Known Subinterfaces:
IProjectMapping

public interface IProjectMappingConfiguration
Represents the project mapping configuration used in velocity templates.
Author:
Fernando Boucquez
  • Method Details

    • getContentTypePreference

      ContentTypePreference getContentTypePreference()
    • getParticipantEmailAddressesCustomFieldId

      String getParticipantEmailAddressesCustomFieldId()
    • getIssueTypeId

      Long getIssueTypeId()
    • getReporterName

      String getReporterName()
    • getPriorityId

      Long getPriorityId()
    • getLabels

      List<String> getLabels()
    • getForwardedEmailSubjectPrefixes

      List<String> 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

      List<String> getCommentBodyDelimiterRegexes()
    • getCreateBodyDelimiterRegexes

      List<String> getCreateBodyDelimiterRegexes()
    • getSentDateCustomFieldId

      String getSentDateCustomFieldId()
    • getSentDateCustomFieldFormat

      String getSentDateCustomFieldFormat()
    • getDefaultSummary

      String getDefaultSummary()
    • getCreateBodyDelimiterTexts

      List<String> getCreateBodyDelimiterTexts()
    • getCommentBodyDelimiterTexts

      List<String> getCommentBodyDelimiterTexts()
    • getLimitExceededForwardTemplateSetId

      String getLimitExceededForwardTemplateSetId()
    • getFieldProcessorStatus

      FieldProcessorStatus getFieldProcessorStatus()
    • getSubjectBasedFieldProcessorEnabled

      Boolean getSubjectBasedFieldProcessorEnabled()
    • getAtPrefixFieldProcessorEnabled

      Boolean getAtPrefixFieldProcessorEnabled()
    • getColonSuffixFieldProcessorEnabled

      Boolean getColonSuffixFieldProcessorEnabled()
    • getScriptFieldProcessorEnabled

      Boolean getScriptFieldProcessorEnabled()
    • getFieldProcessorWhiteList

      List<String> getFieldProcessorWhiteList()
    • getFieldProcessorBlackList

      List<String> getFieldProcessorBlackList()
    • getFieldProcessorSenderWhiteListRegexes

      List<String> getFieldProcessorSenderWhiteListRegexes()
    • getSubtaskIssueTypeId

      Long getSubtaskIssueTypeId()
    • getDirectiveAliases

      List<DirectiveAlias> getDirectiveAliases()
    • getCommentBodyCleanUpRegexes

      List<String> getCommentBodyCleanUpRegexes()
    • getCreateBodyCleanUpRegexes

      List<String> getCreateBodyCleanUpRegexes()
    • getComponentNames

      List<String> getComponentNames()
    • getxMailHeaderFieldProcessorEnabled

      Boolean getxMailHeaderFieldProcessorEnabled()
    • getPreFieldProcessorBodyCleanUpRegexes

      List<String> getPreFieldProcessorBodyCleanUpRegexes()
    • getPreFieldProcessorSubjectCleanUpRegexes

      List<String> getPreFieldProcessorSubjectCleanUpRegexes()
    • getAttachmentDuplicationStrategy

      AttachmentDuplicationStrategy getAttachmentDuplicationStrategy()
    • getFieldProcessorUserWhiteList

      List<String> getFieldProcessorUserWhiteList()
    • getFieldProcessorGroupWhiteList

      List<String> 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

      List<String> 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()