Uses of Enum Class
hudson.scm.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in hudson.scm
Methods in hudson.scm that return AuthenticationTypeModifier and TypeMethodDescriptionIntegrityConfigurable.getAuthType()static AuthenticationTypeReturns the enum constant of this class with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.scm with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidIntegrityConfigurable.setAuthType(AuthenticationType authType) Constructors in hudson.scm with parameters of type AuthenticationTypeModifierConstructorDescriptionIntegrityConfigurable(String configId, String ipHostName, int ipPort, String hostName, int port, boolean secure, String userName, String password, AuthenticationType authType, String ssoCredentialId)