Uses of Enum
io.jenkins.plugins.propelo.commons.models.jenkins.output.JenkinsGeneralConfig.PORT_TYPE
Packages that use JenkinsGeneralConfig.PORT_TYPE
-
Uses of JenkinsGeneralConfig.PORT_TYPE in io.jenkins.plugins.propelo.commons.models.jenkins.output
Methods in io.jenkins.plugins.propelo.commons.models.jenkins.output that return JenkinsGeneralConfig.PORT_TYPEModifier 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.Methods in io.jenkins.plugins.propelo.commons.models.jenkins.output with parameters of type JenkinsGeneralConfig.PORT_TYPEModifier and TypeMethodDescriptionJenkinsGeneralConfig.SlaveAgentPort.SlaveAgentPortBuilder.portType
(JenkinsGeneralConfig.PORT_TYPE portType) Constructors in io.jenkins.plugins.propelo.commons.models.jenkins.output with parameters of type JenkinsGeneralConfig.PORT_TYPEModifierConstructorDescriptionSlaveAgentPort
(JenkinsGeneralConfig.PORT_TYPE portType, Integer portNumber)