Uses of Class
com.google.jenkins.plugins.k8sengine.Manifests
-
Packages that use Manifests Package Description com.google.jenkins.plugins.k8sengine -
-
Uses of Manifests in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return Manifests Modifier and Type Method Description static Manifests
Manifests. fromFile(FilePath file)
Factory method for singleFilePath
.static Manifests
Manifests. fromFileList(List<FilePath> files)
Factory method for list ofFilePath
objects.
-