Uses of Class
org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
-
Packages that use NodeDiskPool Package Description org.jenkinsci.plugins.ewm.definitions org.jenkinsci.plugins.ewm.nodes -
-
Uses of NodeDiskPool in org.jenkinsci.plugins.ewm.definitions
Methods in org.jenkinsci.plugins.ewm.definitions that return types with arguments of type NodeDiskPool Modifier and Type Method Description List<NodeDiskPool>
Template. getNodeDiskPools()
Constructor parameters in org.jenkinsci.plugins.ewm.definitions with type arguments of type NodeDiskPool Constructor Description Template(String label, List<NodeDiskPool> nodeDiskPools)
-
Uses of NodeDiskPool in org.jenkinsci.plugins.ewm.nodes
Methods in org.jenkinsci.plugins.ewm.nodes that return types with arguments of type NodeDiskPool Modifier and Type Method Description List<NodeDiskPool>
ExternalWorkspaceProperty. getNodeDiskPools()
Constructor parameters in org.jenkinsci.plugins.ewm.nodes with type arguments of type NodeDiskPool Constructor Description ExternalWorkspaceProperty(List<NodeDiskPool> nodeDiskPools)
-