Class KubernetesVerifiers.VerificationResult

java.lang.Object
com.google.jenkins.plugins.k8sengine.KubernetesVerifiers.VerificationResult
Enclosing class:
KubernetesVerifiers

public static class KubernetesVerifiers.VerificationResult extends Object
Represents the result object for verification action. The status field represents whether the verification succeeded. The toString() returns relevant information pertaining to why the status is what it is.
  • Constructor Details

  • Method Details

    • isVerified

      public boolean isVerified()
      Returns:
      If the Kubernetes object was verified.
    • getManifestObject

      public Manifests.ManifestObject getManifestObject()
      Returns:
      The Manifests.ManifestObject for which verification was attempted.
    • toString

      public String toString()
      Get text description of the result.
      Overrides:
      toString in class Object
      Returns:
      Description of the result including whether it was successful (i8n) and the log pertaining to why.