Interface DeploymentResource


  • public interface DeploymentResource
    Represents a single deployment resource.
    • Method Detail

      • getResource

        byte[] getResource()
        Returns:
        the resource contents
      • getResourceType

        @Deprecated
        ResourceType getResourceType()
        Deprecated.
        As of release 1.0, YAML support was removed and BPMN is the only supported resource type. The method was kept to not break exporters relying on this method, e.g. hazelcast, elastic (operate).
        Returns:
        the type of the resource
      • getResourceName

        String getResourceName()
        Returns:
        the name of the resource