Uses of Interface
com.atlassian.bamboo.credentials.SharedCredentialDepender
-
Packages that use SharedCredentialDepender Package Description com.atlassian.bamboo.credentials com.atlassian.bamboo.plugins.bitbucket com.atlassian.bamboo.plugins.git -
-
Uses of SharedCredentialDepender in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return SharedCredentialDepender Modifier and Type Method Description static SharedCredentialDepender
CredentialsDependerFunctions. repositoryDefinitionToCredentialsDepender(RepositoryDefinition repositoryDefinition)
Method parameters in com.atlassian.bamboo.credentials with type arguments of type SharedCredentialDepender Modifier and Type Method Description static <T> Iterable<CredentialsData>
Credentials. getAllSharedCredentials(@NotNull Iterable<T> sharedCredentialTypes, @NotNull CredentialsAccessor credentialsAccessor, @NotNull com.google.common.base.Function<T,SharedCredentialDepender> createDependerFunction)
-
Uses of SharedCredentialDepender in com.atlassian.bamboo.plugins.bitbucket
Classes in com.atlassian.bamboo.plugins.bitbucket that implement SharedCredentialDepender Modifier and Type Class Description class
BitbucketRepository
-
Uses of SharedCredentialDepender in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement SharedCredentialDepender Modifier and Type Class Description class
GitRepository
-