Interface ILaunchTargetManager2
public interface ILaunchTargetManager2
Launch target manager extensions.
- Restriction:
- not to be implemented by clients
-
Method Summary
Modifier and TypeMethodDescriptionaddLaunchTargetNoNotify
(String typeId, String id) Add a launch target with the given typeId, id, and name but no notification.
-
Method Details
-
addLaunchTargetNoNotify
Add a launch target with the given typeId, id, and name but no notification.- Parameters:
typeId
- type id of the launch targetid
- id for the target.- Returns:
- the created launch target
-