Uses of Class
org.jenkinsci.plugins.fodupload.models.response.Dast.NetworkAuthenticationType
-
Packages that use NetworkAuthenticationType Package Description org.jenkinsci.plugins.fodupload.models.response.Dast -
-
Uses of NetworkAuthenticationType in org.jenkinsci.plugins.fodupload.models.response.Dast
Methods in org.jenkinsci.plugins.fodupload.models.response.Dast that return NetworkAuthenticationType Modifier and Type Method Description static NetworkAuthenticationTypeNetworkAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkAuthenticationType[]NetworkAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-