Uses of Class
org.jenkinsci.plugins.nomad.Api.Port
-
Packages that use Port Package Description org.jenkinsci.plugins.nomad.Api -
-
Uses of Port in org.jenkinsci.plugins.nomad.Api
Methods in org.jenkinsci.plugins.nomad.Api that return types with arguments of type Port Modifier and Type Method Description List<Port>PortGroup. getPorts()Deprecated.List<Port>Network. getReservedPorts()Deprecated.Method parameters in org.jenkinsci.plugins.nomad.Api with type arguments of type Port Modifier and Type Method Description voidNetwork. setReservedPorts(List<Port> reservedPorts)Deprecated.Constructor parameters in org.jenkinsci.plugins.nomad.Api with type arguments of type Port Constructor Description Network(Integer mbits, List<Port> reservedPorts)Deprecated.
-