Package com.google.apphosting.utils.config

Examples of com.google.apphosting.utils.config.ClientDeployYamlMaker$RequestBeanInfo


  private final ClientDeployYamlMaker maker;
  private final ServerConnection connection;

  LoggingClientDeploySender(ServerConnection connection, String sdkVersion) {
    long startTimeUsec = getCurrentTimeUsec();
    maker = new ClientDeployYamlMaker(startTimeUsec, sdkVersion);
    this.connection = connection;
  }
View Full Code Here

TOP

Related Classes of com.google.apphosting.utils.config.ClientDeployYamlMaker$RequestBeanInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.