Este contenido no está disponible en el idioma seleccionado.
Chapter 2. Changes from 3.2 to 3.3
2.1. Changed Class: BundleManagerRemote Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
Old Method | Updated Method |
---|---|
BundleDestination createBundleDestination(Subject subject, int bundleId, String name, String description, String destBaseDirName, String deployDir, Integer groupId) throws Exception;
|
BundleDestination createBundleDestination(Subject subject, int bundleId, String name, String description, String destinationSpecification, String deployDir, Integer groupId) throws Exception;
|