Uses of Class
io.jenkins.plugins.appdome.build.to.secure.platform.PlatformType
-
Packages that use PlatformType Package Description io.jenkins.plugins.appdome.build.to.secure.platform -
-
Uses of PlatformType in io.jenkins.plugins.appdome.build.to.secure.platform
Methods in io.jenkins.plugins.appdome.build.to.secure.platform that return PlatformType Modifier and Type Method Description PlatformTypePlatform. getPlatformType()static PlatformTypePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformType[]PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.appdome.build.to.secure.platform with parameters of type PlatformType Modifier and Type Method Description voidPlatform. setPlatformType(PlatformType platformType)Constructors in io.jenkins.plugins.appdome.build.to.secure.platform with parameters of type PlatformType Constructor Description Platform(PlatformType platformType)
-