Uses of Class
com.google.jenkins.plugins.k8sengine.Manifests.ManifestObject
-
Packages that use Manifests.ManifestObject Package Description com.google.jenkins.plugins.k8sengine -
-
Uses of Manifests.ManifestObject in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return Manifests.ManifestObject Modifier and Type Method Description Manifests.ManifestObject
KubernetesVerifiers.VerificationResult. getManifestObject()
Methods in com.google.jenkins.plugins.k8sengine that return types with arguments of type Manifests.ManifestObject Modifier and Type Method Description List<Manifests.ManifestObject>
Manifests. getObjectManifests()
List<Manifests.ManifestObject>
Manifests. getObjectManifestsOfKinds(Set<String> includedKinds)
Get the list ofManifests.ManifestObject
that match the given kind.Methods in com.google.jenkins.plugins.k8sengine with parameters of type Manifests.ManifestObject Modifier and Type Method Description KubernetesVerifiers.VerificationResult
KubernetesVerifiers.Verifier. verify(KubectlWrapper kubectl, Manifests.ManifestObject object)
Verify the Kubernetes object represented by theManifests.ManifestObject
was applied to the Kubernetes cluster.static KubernetesVerifiers.VerificationResult
KubernetesVerifiers. verify(KubectlWrapper kubectl, Manifests.ManifestObject object)
Verify that the Kubernetes object was successfully applied to the Kubernetes cluster.Method parameters in com.google.jenkins.plugins.k8sengine with type arguments of type Manifests.ManifestObject Modifier and Type Method Description static boolean
VerificationTask. verifyObjects(KubectlWrapper kubectl, List<Manifests.ManifestObject> manifestObjects, PrintStream consoleLogger, int timeoutInMinutes)
The caller's entrypoint for verifying that a list ofManifests.ManifestObject
's were applied to the Kubernetes cluster.Constructors in com.google.jenkins.plugins.k8sengine with parameters of type Manifests.ManifestObject Constructor Description VerificationResult(String log, boolean status, Manifests.ManifestObject object)
Constructs a newKubernetesVerifiers.VerificationResult
.
-