Class RollbackInfo

    • Method Detail

      • rollbackDeploymentId

        public final String rollbackDeploymentId()

        The ID of the deployment rollback.

        Returns:
        The ID of the deployment rollback.
      • rollbackTriggeringDeploymentId

        public final String rollbackTriggeringDeploymentId()

        The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

        Returns:
        The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
      • rollbackMessage

        public final String rollbackMessage()

        Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

        Returns:
        Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)