Uses of Class
org.jenkinsci.plugins.vsphere.tools.VSphereHostSelection.HostCandidate
Packages that use VSphereHostSelection.HostCandidate
-
Uses of VSphereHostSelection.HostCandidate in org.jenkinsci.plugins.vsphere.tools
Methods in org.jenkinsci.plugins.vsphere.tools that return VSphereHostSelection.HostCandidateModifier and TypeMethodDescriptionVSphereHostSelection.pickLeastLoaded(List<VSphereHostSelection.HostCandidate> candidates) Picks the candidate with the lowest load fraction, excluding any candidate whose stats are unavailable.Methods in org.jenkinsci.plugins.vsphere.tools that return types with arguments of type VSphereHostSelection.HostCandidateModifier and TypeMethodDescriptionVSphereHostSelection.filterCandidates(List<VSphereHostSelection.HostCandidate> candidates, Set<String> allowList) Filters candidates down to ones that are usable (connected, not in maintenance mode) and, if the allow-list is non-empty, whose name is in it.VSphereHostSelection.listOf(VSphereHostSelection.HostCandidate... candidates) Convenience: same as callingArrays.asList(T...)for tests.Methods in org.jenkinsci.plugins.vsphere.tools with parameters of type VSphereHostSelection.HostCandidateModifier and TypeMethodDescriptionVSphereHostSelection.listOf(VSphereHostSelection.HostCandidate... candidates) Convenience: same as callingArrays.asList(T...)for tests.Method parameters in org.jenkinsci.plugins.vsphere.tools with type arguments of type VSphereHostSelection.HostCandidateModifier and TypeMethodDescriptionVSphereHostSelection.filterCandidates(List<VSphereHostSelection.HostCandidate> candidates, Set<String> allowList) Filters candidates down to ones that are usable (connected, not in maintenance mode) and, if the allow-list is non-empty, whose name is in it.VSphereHostSelection.pickLeastLoaded(List<VSphereHostSelection.HostCandidate> candidates) Picks the candidate with the lowest load fraction, excluding any candidate whose stats are unavailable.