Uses of Class
com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
Packages that use UserPasswordAuthentication
Package
Description
Bitbucket Cloud repository type.
Git repository type.
GitHub repository type.
-
Uses of UserPasswordAuthentication in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud with parameters of type UserPasswordAuthenticationModifier and TypeMethodDescriptionBitbucketCloudRepository.accountAuthentication(@NotNull UserPasswordAuthentication userPasswordAuthentication) Specifies username/password Bitbucket Cloud account authentication. -
Uses of UserPasswordAuthentication in com.atlassian.bamboo.specs.builders.repository.git
Methods in com.atlassian.bamboo.specs.builders.repository.git that return UserPasswordAuthenticationModifier and TypeMethodDescriptionSets password to a git server.Sets git user name.Methods in com.atlassian.bamboo.specs.builders.repository.git with parameters of type UserPasswordAuthenticationModifier and TypeMethodDescriptionGitRepository.authentication(@NotNull UserPasswordAuthentication userPasswordAuthentication) Specifies username/password authentication. -
Uses of UserPasswordAuthentication in com.atlassian.bamboo.specs.builders.repository.github
Methods in com.atlassian.bamboo.specs.builders.repository.github with parameters of type UserPasswordAuthenticationModifier and TypeMethodDescriptionGitHubRepository.authentication(@NotNull UserPasswordAuthentication userPasswordAuthentication) Specifies username/access token authentication.