Updating version for 2.2.0.M2

This commit is contained in:
Glenn Renfro
2019-08-01 14:01:12 -04:00
parent 4f1524a711
commit 7d7183e7f2
11 changed files with 28 additions and 23 deletions

View File

@@ -81,6 +81,11 @@ public class TaskConfiguration {
throw new UnsupportedOperationException("environmentInfo is not supported");
}
@Override
public String getLog(String id) {
throw new UnsupportedOperationException("getLog is not supported");
}
public List<String> getCommandlineArguments() {
return this.commandlineArguments;
}