public class JiraLogLocator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AJL_FILE_NAME
The name of the log file.
|
Constructor and Description |
---|
JiraLogLocator(JiraHome home) |
Modifier and Type | Method and Description |
---|---|
Collection<File> |
findAllJiraLogFiles()
Return a collection of all JIRA log files.
|
File |
findJiraLogFile()
Return the main JIRA log file.
|
public static final String AJL_FILE_NAME
public JiraLogLocator(JiraHome home)
public File findJiraLogFile()
@Nonnull public Collection<File> findAllJiraLogFiles()
Copyright © 2002-2021 Atlassian. All Rights Reserved.