Skip to content
Snippets Groups Projects
Commit eb64c3c3 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

code: overload method startFileTransfer

parent e50da487
No related branches found
No related tags found
No related merge requests found
...@@ -220,6 +220,10 @@ public class HaaSClient { ...@@ -220,6 +220,10 @@ public class HaaSClient {
throw new HaaSClientException(e); throw new HaaSClientException(e);
} }
} }
public HaaSFileTransfer startFileTransfer(long jobId) {
return startFileTransfer(jobId, DUMMY_TRANSFER_FILE_PROGRESS);
}
public void submitJob(long jobId) { public void submitJob(long jobId) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment