Interface EventDeployment


public interface EventDeployment
Represents a deployment that is already present in the event repository. A deployment is a container for resources such as event definitions, image, etc.
Author:
Tijs Rademakers, Joram Barrez
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • getDeploymentTime

      Date getDeploymentTime()
    • getCategory

      String getCategory()
    • getTenantId

      String getTenantId()
    • getParentDeploymentId

      String getParentDeploymentId()