Skip to content
Snippets Groups Projects
Commit 4b1d25d3 authored by Petr Bainar's avatar Petr Bainar
Browse files

migration-dd-18-42: update GetJobInfo

parent 5d3f967d
Branches
No related tags found
1 merge request!37Migration dd 18 42
package cz.it4i.fiji.haas_java_client;
import org.slf4j.Logger;
......@@ -15,7 +16,8 @@ public class GetJobInfo {
public static Logger log = LoggerFactory.getLogger(cz.it4i.fiji.haas_java_client.GetJobInfo.class);
public static void main(String[] args) {
HaaSClientSettings settings = SettingsProvider.getSettings("OPEN-12-20", TestingConstants.CONFIGURATION_FILE_NAME);
HaaSClientSettings settings = SettingsProvider.getSettings("DD-18-42",
TestingConstants.CONFIGURATION_FILE_NAME);
HaaSClient client = new HaaSClient(settings);
JobInfo ji = client.obtainJobInfo(334);
System.out.println("created: " + ji.getCreationTime());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment