toEnvironment method

Map<String, String> toEnvironment()

Implementation

Map<String, String> toEnvironment() => {
  'ZUKE_RESULT_DIR': resultDirectory,
  'ZUKE_PROFILE': profile,
  'ZUKE_TARGET': target,
  'ZUKE_RUNNER_ID': runnerId,
  'ZUKE_RUNNER_COMPATIBILITY_ID': runnerCompatibilityId,
  'ZUKE_SOURCE_PACKAGE': sourceIdentity.sourcePackage,
  'ZUKE_SOURCE_ADAPTER': sourceIdentity.sourceAdapter,
  'ZUKE_SOURCE_COMPATIBILITY_ID': sourceIdentity.sourceCompatibilityId,
};