Uses of Enum Class
io.jenkins.plugins.swarmcloud.SwarmAgentTemplate.SwarmMountType
Packages that use SwarmAgentTemplate.SwarmMountType
-
Uses of SwarmAgentTemplate.SwarmMountType in io.jenkins.plugins.swarmcloud
Methods in io.jenkins.plugins.swarmcloud that return SwarmAgentTemplate.SwarmMountTypeModifier and TypeMethodDescriptionSwarmAgentTemplate.MountConfig.getType()Returns the enum constant of this class with the specified name.static SwarmAgentTemplate.SwarmMountType[]SwarmAgentTemplate.SwarmMountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.swarmcloud with parameters of type SwarmAgentTemplate.SwarmMountTypeModifierConstructorDescriptionMountConfig(SwarmAgentTemplate.SwarmMountType type, String source, String target)