Annotation Interface PartialDeploy


@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface PartialDeploy
Deploy a bundle with only a subset of contributions

Example:

 @PartialDeploy(bundle = "com.extensions.wonderful-SANDBOX", extensions = {TargetExtensions.Something.class})
 
Since:
9.1
  • Element Details

    • bundle

      String bundle
      Bundle Name
    • extensions

      Class<? extends TargetExtensions>[] extensions
      White listed target extensions to deploy