Uses of Class
com.fortify.plugin.jenkins.fortifyclient.ApiClientWrapper.AppTypeEnum
-
Packages that use ApiClientWrapper.AppTypeEnum Package Description com.fortify.plugin.jenkins.fortifyclient -
-
Uses of ApiClientWrapper.AppTypeEnum in com.fortify.plugin.jenkins.fortifyclient
Methods in com.fortify.plugin.jenkins.fortifyclient that return ApiClientWrapper.AppTypeEnum Modifier and Type Method Description static ApiClientWrapper.AppTypeEnum
ApiClientWrapper.AppTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiClientWrapper.AppTypeEnum[]
ApiClientWrapper.AppTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fortify.plugin.jenkins.fortifyclient with parameters of type ApiClientWrapper.AppTypeEnum Modifier and Type Method Description Long
ApiClientWrapper. createAppOrVersion(Long appId, String issueTemplateId, String appName, String appVersionName, String masterAttrGuid, ApiClientWrapper.AppTypeEnum type)
Create a new Application Version or both a new Application and a new Application Version
-