Package | Description |
---|---|
com.atlassian.jira.cluster.disasterrecovery |
Modifier and Type | Method and Description |
---|---|
JiraHomeChangeEvent.Action |
JiraHomeChangeEvent.getAction() |
static JiraHomeChangeEvent.Action |
JiraHomeChangeEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraHomeChangeEvent.Action[] |
JiraHomeChangeEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JiraHomeChangeEventPublisher.publishIfApplicable(JiraHomeChangeEvent.Action action,
JiraHomeChangeEvent.FileType fileType,
Collection<com.atlassian.dc.filestore.api.FileStore.Path> filesPaths)
This method ensures no avatar-related event is published when avatars do not reside in the shared home.
|
Constructor and Description |
---|
JiraHomeChangeEvent(JiraHomeChangeEvent.Action action,
JiraHomeChangeEvent.FileType fileType,
File... files)
We dispatch a change in the home and the amount of files
that changed
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.