Interface DeploymentStatusEvent

  • All Superinterfaces:
    BaseEvent
    All Known Implementing Classes:
    ImmutableDeploymentStatusEvent

    @Immutable
    public interface DeploymentStatusEvent
    extends BaseEvent
    Represents a deployment status.

    Events of this type are not visible in timelines. These events are only used to trigger hooks.

    • Method Detail

      • deploymentStatus

        @Nullable
        Status deploymentStatus()
        The deployment status.
      • deployment

        @Nullable
        Deployment deployment()
        Deployment