Class AttachmentsStatisticEventBuilder
java.lang.Object
com.atlassian.jira.analytics.statistics.attachment.AttachmentsStatisticEventBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAfterUploadValidatorsCount(int afterUploadValidatorsCount) setAttachmentPerIssueCountDistribution(Map<Long, Long> attachmentPerIssueCountDistribution) setAttachmentSizeDistribution(Map<Long, Long> attachmentSizeDistribution) setAverageAttachmentCount(long averageAttachmentCount) setAverageAttachmentSize(long averageAttachmentSize) setBeforeUploadValidatorsCount(int beforeUploadValidatorsCount) setExtensionRestrictingMode(ExtensionRestrictionMode extensionRestrictingMode) setMaxAttachmentCount(long maxAttachmentCount) setMaxAttachmentSize(long maxAttachmentSize) setMinAttachmentCount(long minAttachmentCount) setMinAttachmentSize(long minAttachmentSize) setTotalAttachmentCount(long totalAttachmentCount) setTotalAttachmentSize(long totalAttachmentSize)
-
Constructor Details
-
AttachmentsStatisticEventBuilder
public AttachmentsStatisticEventBuilder()
-
-
Method Details
-
setBeforeUploadValidatorsCount
public AttachmentsStatisticEventBuilder setBeforeUploadValidatorsCount(int beforeUploadValidatorsCount) -
setAfterUploadValidatorsCount
public AttachmentsStatisticEventBuilder setAfterUploadValidatorsCount(int afterUploadValidatorsCount) -
setExtensionRestrictingMode
public AttachmentsStatisticEventBuilder setExtensionRestrictingMode(ExtensionRestrictionMode extensionRestrictingMode) -
setAttachmentSizeDistribution
public AttachmentsStatisticEventBuilder setAttachmentSizeDistribution(Map<Long, Long> attachmentSizeDistribution) -
setTotalAttachmentSize
-
setAverageAttachmentSize
-
setMaxAttachmentSize
-
setMinAttachmentSize
-
setAttachmentPerIssueCountDistribution
public AttachmentsStatisticEventBuilder setAttachmentPerIssueCountDistribution(Map<Long, Long> attachmentPerIssueCountDistribution) -
setTotalAttachmentCount
-
setAverageAttachmentCount
-
setMaxAttachmentCount
-
setMinAttachmentCount
-
createAttachmentsStatisticEvent
-