Uses of Enum
io.jenkins.plugins.propelo.commons.models.jenkins.output.JenkinsGeneralConfig.PORT_TYPE
-
Uses of JenkinsGeneralConfig.PORT_TYPE in io.jenkins.plugins.propelo.commons.models.jenkins.output
Modifier and TypeMethodDescriptionJenkinsGeneralConfig.SlaveAgentPort.getPortType()
Returns the enum constant of this type with the specified name.static JenkinsGeneralConfig.PORT_TYPE[]
JenkinsGeneralConfig.PORT_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionJenkinsGeneralConfig.SlaveAgentPort.SlaveAgentPortBuilder.portType
(JenkinsGeneralConfig.PORT_TYPE portType) ModifierConstructorDescriptionSlaveAgentPort
(JenkinsGeneralConfig.PORT_TYPE portType, Integer portNumber)