이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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;
|