此内容没有您所选择的语言版本。
Chapter 2. Changes from 3.2 to 3.3
2.1. Changed Class: BundleManagerRemote 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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;
|