Package org.platformlayer.service.jetty.ops

Examples of org.platformlayer.service.jetty.ops.JettyInstall


  @Override
  protected void addChildren() throws OpsException {
    addChild(PackageDependency.build("git"));

    {
      JettyInstall jettyInstall = addChild(JettyInstall.class);
      jettyInstall.template = template;
    }

    {
      String url = "http://gerrit.googlecode.com/files/gerrit-full-2.5.war";
View Full Code Here

TOP

Related Classes of org.platformlayer.service.jetty.ops.JettyInstall

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.