Class PortMapping
java.lang.Object
hudson.model.AbstractDescribableImpl<PortMapping>
org.csanchez.jenkins.plugins.kubernetes.PortMapping
- All Implemented Interfaces:
Describable<PortMapping>,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPortMapping(String name, Integer containerPort) PortMapping(String name, Integer containerPort, Integer hostPort) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetContainerPort(Integer containerPort) voidsetHostPort(Integer hostPort) voidio.fabric8.kubernetes.api.model.ContainerPorttoPort()toString()Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
PortMapping
-
PortMapping
-
-
Method Details