Uses of Class
com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
-
Packages that use UserPasswordAuthentication Package Description com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.builders.repository.git Git repository type.com.atlassian.bamboo.specs.builders.repository.github 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 UserPasswordAuthentication Modifier and Type Method Description BitbucketCloudRepositoryBitbucketCloudRepository. 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 UserPasswordAuthentication Modifier and Type Method Description UserPasswordAuthenticationUserPasswordAuthentication. password(@Nullable java.lang.String password)Sets password to a git server.UserPasswordAuthenticationUserPasswordAuthentication. username(java.lang.String username)Sets git user name.Methods in com.atlassian.bamboo.specs.builders.repository.git with parameters of type UserPasswordAuthentication Modifier and Type Method Description GitRepositoryGitRepository. 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 UserPasswordAuthentication Modifier and Type Method Description GitHubRepositoryGitHubRepository. authentication(@NotNull UserPasswordAuthentication userPasswordAuthentication)Specifies username/access token authentication.
-