Collection<EnvironmentLog> |
Environment.downloadLogs(LogOption logOption,
int days,
File dir) |
Download the logs for this environment, to the specified directory.
|
@NotNull Collection<EnvironmentLog> |
EnvironmentApi.downloadLogs(@NotNull Environment environment,
@NotNull LogOption logOption,
int days,
@NotNull File dir) |
Downloads the logs for the environment, to the specified folder.
|
@NotNull Collection<EnvironmentLog> |
EnvironmentApi.downloadLogs(@NotNull String programId,
@NotNull String environmentId,
@NotNull LogOption logOption,
int days,
@NotNull File dir) |
Downloads the logs for the environment, to the specified folder.
|
String |
Environment.getLogDownloadUrl(@NotNull LogOption option,
@NotNull LocalDate date) |
Retrieve the fully qualified URL to the log file for download.
|
String |
EnvironmentApi.getLogDownloadUrl(@NotNull Environment environment,
@NotNull LogOption option,
@NotNull LocalDate date) |
Get the fully qualified URL to the log file for download.
|
String |
EnvironmentApi.getLogDownloadUrl(@NotNull String programId,
@NotNull String environmentId,
@NotNull LogOption option,
@NotNull LocalDate date) |
Get the fully qualified URL to the log file for download.
|
Collection<EnvironmentLog> |
Environment.listLogs(@NotNull LogOption option,
int days) |
List available logs of the specified type, for the number of days.
|
Collection<EnvironmentLog> |
EnvironmentApi.listLogs(@NotNull Environment environment,
@NotNull LogOption option,
int days) |
List logs of the specified type for the environment.
|
Collection<EnvironmentLog> |
EnvironmentApi.listLogs(@NotNull String programId,
@NotNull String environmentId,
@NotNull LogOption option,
int days) |
List logs of the specified type for the environment.
|