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
-
Constructor Summary
ConstructorDescriptionPortMapping
(String name, Integer containerPort) PortMapping
(String name, Integer containerPort, Integer hostPort) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
setContainerPort
(Integer containerPort) void
setHostPort
(Integer hostPort) void
io.fabric8.kubernetes.api.model.ContainerPort
toPort()
toString()
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
PortMapping
-
PortMapping
-
-
Method Details