Class UserPasswordAuthenticationProperties

java.lang.Object
com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
All Implemented Interfaces:
EntityProperties, AuthenticationProperties

@Immutable public final class UserPasswordAuthenticationProperties extends Object implements AuthenticationProperties
  • Constructor Details

    • UserPasswordAuthenticationProperties

      public UserPasswordAuthenticationProperties(String username, @Nullable @Nullable String password)
  • Method Details