public class JiraHomeChangeEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JiraHomeChangeEvent.Action |
static class |
JiraHomeChangeEvent.FileType |
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JiraHomeChangeEvent.Action |
getAction() |
File[] |
getFiles() |
JiraHomeChangeEvent.FileType |
getFileType() |
int |
hashCode() |
public JiraHomeChangeEvent(@Nonnull JiraHomeChangeEvent.Action action, @Nonnull JiraHomeChangeEvent.FileType fileType, @Nonnull File... files)
action
- the actionfiles
- the files (this are absolute paths, we are going to alter the path later)@Nonnull public JiraHomeChangeEvent.Action getAction()
@Nonnull public JiraHomeChangeEvent.FileType getFileType()
Copyright © 2002-2019 Atlassian. All Rights Reserved.