Package org.ivoa.dm.executionbroker
Class DockerInternalPort.DockerInternalPortBuilder
java.lang.Object
org.ivoa.dm.executionbroker.DockerInternalPort.DockerInternalPortBuilder
- Enclosing class:
- DockerInternalPort
A builder class for DockerInternalPort, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
port
The port number on the container to publish. This should be defined as part of the description of the executable.
-
-
Constructor Details
-
DockerInternalPortBuilder
public DockerInternalPortBuilder()
-
-
Method Details
-
create
create a DockerInternalPort from this builder.- Returns:
- an object initialized from the builder.
-