Uses of Class
org.jvnet.hudson.plugins.port_allocator.PortAllocationManager
-
Uses of PortAllocationManager in org.jvnet.hudson.plugins.port_allocator
Methods in org.jvnet.hudson.plugins.port_allocator that return PortAllocationManagerModifier and TypeMethodDescriptionstatic PortAllocationManagerPortAllocationManager.getManager(Computer node) Methods in org.jvnet.hudson.plugins.port_allocator with parameters of type PortAllocationManagerModifier and TypeMethodDescriptionDefaultPortType.allocate(AbstractBuild<?, ?> build, PortAllocationManager manager, int prefPort, Launcher launcher, BuildListener buildListener) GlassFishJmxPortType.allocate(AbstractBuild<?, ?> build, PortAllocationManager manager, int prefPort, Launcher launcher, BuildListener buildListener) PooledPortType.allocate(AbstractBuild<?, ?> build, PortAllocationManager manager, int prefPort, Launcher launcher, BuildListener buildListener) Try to allocate one free port from the given pool.abstract PortPortType.allocate(AbstractBuild<?, ?> build, PortAllocationManager manager, int prefPort, Launcher launcher, BuildListener buildListener) Allocates a new port for a given build.TomcatShutdownPortType.allocate(AbstractBuild<?, ?> build, PortAllocationManager manager, int prefPort, Launcher launcher, BuildListener buildListener) Constructors in org.jvnet.hudson.plugins.port_allocator with parameters of type PortAllocationManagerModifierConstructorDescriptionPooledPort(PooledPortType portType, int selectedPort, PortAllocationManager manager)