public class FileStoreAnalyticInfo extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static FileStoreAnalyticInfo |
fileSystemAnalyticInfo()
Returns an immutable instance of FileStoreAnalyticInfo for file system
|
String |
getFileStoreType() |
int |
hashCode() |
boolean |
isS3EndpointOverrideUsed() |
static FileStoreAnalyticInfo |
noOpAnalyticInfo()
Returns an immutable instance of FileStoreAnalyticInfo for a no-op filestore
The "NO_OP" value is specified in jira-analytics-whitelist-plugin-whitelist.json, so any changes to it
must be reflected in that file.
|
static FileStoreAnalyticInfo |
s3AnalyticInfo(boolean isS3EndpointOverrideUsed)
Returns an immutable instance of FileStoreAnalyticInfo for S3 with the given isS3EndpointOverrideUsed and
isS3EndpointOverrideUsed set to false.
|
public static FileStoreAnalyticInfo s3AnalyticInfo(boolean isS3EndpointOverrideUsed)
The "S3" value is specified in jira-analytics-whitelist-plugin-whitelist.json, so any changes to it must be reflected in that file.
isS3EndpointOverrideUsed
- true if the S3 client is configured to connect to a custom endpointpublic static FileStoreAnalyticInfo fileSystemAnalyticInfo()
The "FILE_SYSTEM" value is specified in jira-analytics-whitelist-plugin-whitelist.json, so any changes to it must be reflected in that file.
public static FileStoreAnalyticInfo noOpAnalyticInfo()
public boolean isS3EndpointOverrideUsed()
Copyright © 2002-2024 Atlassian. All Rights Reserved.