Uses of Class
org.jenkinsci.test.acceptance.po.Node
Packages that use Node
Package
Description
-
Uses of Node in org.jenkinsci.test.acceptance.plugins.scriptler
Methods in org.jenkinsci.test.acceptance.plugins.scriptler with parameters of type Node -
Uses of Node in org.jenkinsci.test.acceptance.po
Subclasses of Node in org.jenkinsci.test.acceptance.poModifier and TypeClassDescriptionclass
Built-in standard slave type.class
Top-level object that acts as an entry point to various systems.class
An agent page object.Methods in org.jenkinsci.test.acceptance.po that return NodeMethod parameters in org.jenkinsci.test.acceptance.po with type arguments of type NodeModifier and TypeMethodDescriptionvoid
Job.shouldHaveBuiltOnOneOfNNodes
(List<Node> nodes) Verify that the job contains some builds on exact one of the given list of nodes.Constructors in org.jenkinsci.test.acceptance.po with parameters of type Node