private final CiApplication app = CiApplication.getInstance();
+ private String toolName;
+
private Map<String, Collection<String>> vParams = new HashMap<>();
private Map<String, String> inputParams = new HashMap<>();
metadata.clear();
}
+ public String getTool()
+ {
+ return toolName;
+ }
+
+ public void setTool(String toolName)
+ {
+ this.toolName = toolName;
+ }
+
/**
* Sends this job with all given parameters to the given Cipres tool but
* doesn't actually run the job. This is a lightweight way to validate that