Class | Description |
---|---|
AllocatedPortAction |
Attached to
AbstractBuild to record what ports are allocated. |
DefaultPortType |
Plain TCP port that doesn't have
any special clean up processing.
|
DefaultPortType.DescriptorImpl | |
GlassFishJmxPortType |
GlassFish JMX port so that runaway GF instance can be terminated.
|
GlassFishJmxPortType.DescriptorImpl | |
PluginImpl |
PortAllocator Plugin
Allocates free ports to the variables.
|
Pool |
Represents a port pool.
|
PooledPort |
Represents a port, that has been allocated from a pool.
|
PooledPortType |
Port type for representing a pool of ports used concurrently by parallel jobs
|
PooledPortType.DescriptorImpl | |
Port |
Represents an assigned TCP port and encapsulates how it should be cleaned up.
|
PortAllocationManager |
Manages ports in use.
|
PortAllocator |
Allocates TCP Ports on a Computer for consumption and sets it as
environment variables, see configuration
|
PortAllocator.DescriptorImpl | |
PortType |
Base class for different types of TCP port.
|
PortTypeDescriptor |
Descriptor for PortType . |
TomcatShutdownPortType |
Tomcat shutdown port.
|
TomcatShutdownPortType.DescriptorImpl |
Exception | Description |
---|---|
PoolNotDefinedException |
Copyright © 2016–2023. All rights reserved.