Class DeploymentOverview

    • Method Detail

      • pending

        public final Long pending()

        The number of instances in the deployment in a pending state.

        Returns:
        The number of instances in the deployment in a pending state.
      • inProgress

        public final Long inProgress()

        The number of instances in which the deployment is in progress.

        Returns:
        The number of instances in which the deployment is in progress.
      • succeeded

        public final Long succeeded()

        The number of instances in the deployment to which revisions have been successfully deployed.

        Returns:
        The number of instances in the deployment to which revisions have been successfully deployed.
      • failed

        public final Long failed()

        The number of instances in the deployment in a failed state.

        Returns:
        The number of instances in the deployment in a failed state.
      • skipped

        public final Long skipped()

        The number of instances in the deployment in a skipped state.

        Returns:
        The number of instances in the deployment in a skipped state.
      • ready

        public final Long ready()

        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

        Returns:
        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
      • 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)