public interface TaskLogPusher
Modifier and Type | Method and Description |
---|---|
void |
pushTaskLog(String taskid,
File logFile) |
default void |
pushTaskReports(String taskid,
File reportFile) |
default void |
pushTaskStatus(String taskid,
File reportFile) |
void pushTaskLog(String taskid, File logFile) throws IOException
IOException
default void pushTaskReports(String taskid, File reportFile) throws IOException
IOException
default void pushTaskStatus(String taskid, File reportFile) throws IOException
IOException
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.