42434445464748
* @return A Tomcat-specific Deployable object. * @see hudson.plugins.deploy.CargoContainerAdapter#createWAR(java.io.File) */ @Override protected WAR createWAR(File deployableFile) { return new TomcatWAR(deployableFile.getAbsolutePath()); }