Updating version for 2.2.0.M2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user