5657585960616263646566
source.type("webapp"); String sourceStage = args.getArg("-source-stage"); if (sourceStage != null) source.stage(sourceStage); source.tagKey(sourceHost + "/" + sourceContext); String version = args.getArg("-source-version"); if (version != null)
7778798081828384858687
target.type("webapp"); String targetStage = args.getArg("-target-stage"); if (targetStage != null) target.stage(targetStage); target.tagKey(targetHost + "/" + targetContext); String message = args.getArg("-m");
7172737475767778798081
commit.type("webapp"); String stage = args.getArg("-stage"); if (stage != null) commit.stage(stage); Path path = Vfs.lookup(war); if (name == null) { String tail = path.getTail();
6162636465666768697071
commit.type("webapp"); String stage = args.getArg("-stage"); if (stage != null) commit.stage(stage); commit.tagKey(host + "/" + name); String message = args.getArg("-m");
459460461462463464465466467468469
return true; String hash = Long.toHexString(archivePath.getCrc64()); CommitBuilder commit = new CommitBuilder(); commit.stage(getAutoDeployStage()); commit.type(getIdType()); commit.tagKey(getIdKey()); String commitId = commit.getId();