Uses of Class
org.jvnet.hudson.plugins.port_allocator.Port
-
Uses of Port in org.jvnet.hudson.plugins.port_allocator
Subclasses of Port in org.jvnet.hudson.plugins.port_allocatorModifier and TypeClassDescriptionclassRepresents a port, that has been allocated from a pool.Methods in org.jvnet.hudson.plugins.port_allocator that return PortModifier 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)