appengine-plugins-core/src/main/java/com/google/cloud/tools/appengine/operations/Gcloud.java [62:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.sdk = sdk;
    this.metricsEnvironment = metricsEnvironment;
    this.metricsEnvironmentVersion = metricsEnvironmentVersion;
    this.credentialFile = credentialFile;
    this.flagsFiles = flagsFiles;
    this.outputFormat = outputFormat;
    this.showStructuredLogs = showStructuredLogs;
    this.verbosity = verbosity;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



appengine-plugins-core/src/main/java/com/google/cloud/tools/appengine/operations/GcloudRunner.java [63:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.sdk = sdk;
    this.metricsEnvironment = metricsEnvironment;
    this.metricsEnvironmentVersion = metricsEnvironmentVersion;
    this.credentialFile = credentialFile;
    this.flagsFiles = flagsFiles;
    this.outputFormat = outputFormat;
    this.showStructuredLogs = showStructuredLogs;
    this.verbosity = verbosity;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



