Class GiteaAuthUser

java.lang.Object
org.jenkinsci.plugin.gitea.client.api.GiteaAuthUser
All Implemented Interfaces:
GiteaAuth

public class GiteaAuthUser extends Object implements GiteaAuth
Represents username/password authentication to the Gitea API
  • Constructor Details

    • GiteaAuthUser

      public GiteaAuthUser(String username, String password)
      Constructor.
      Parameters:
      username - the username.
      password - the password.
  • Method Details

    • getUsername

      public String getUsername()
      Gets the username.
      Returns:
      the username.
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password.