Feature/more contributions
Added new contributions
- executionTime - Duration of execution in milliseconds
- returnCode - return code of the execution
- statusMessage - status messages from the adapter (replaced messages prefixed with # in the previous versions)
- renamed "Analysis stdout/stderr" and "Compilation stdout/sdterr" to just "stdout/stderr"
refactor
- stdout/stderr is now saved to a file (will be in the zip and in the SUT)
- URI constants are now actual URI's instead of String (goodbye UriSyntaxExceptions..)
- SutAnalyse request runner refactored (just readability and such)
- SutDeploy request runner refactored (--||--)
- ...