Class GiteaAuthUser
java.lang.Object
org.jenkinsci.plugin.gitea.client.api.GiteaAuthUser
- All Implemented Interfaces:
GiteaAuth
Represents username/password authentication to the Gitea API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the password.Gets the username.
-
Constructor Details
-
GiteaAuthUser
Constructor.- Parameters:
username- the username.password- the password.
-
-
Method Details
-
getUsername
Gets the username.- Returns:
- the username.
-
getPassword
Gets the password.- Returns:
- the password.
-