Uses of Interface
com.atlassian.bamboo.credentials.ConfigurableSharedCredentialDepender
-
Packages that use ConfigurableSharedCredentialDepender Package Description com.atlassian.bamboo.credentials -
-
Uses of ConfigurableSharedCredentialDepender in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return ConfigurableSharedCredentialDepender Modifier and Type Method Description static ConfigurableSharedCredentialDepender
CredentialsDependerFunctions. taskDefinitionToCredentialsDepender(TaskDefinition taskDefinition)
Method parameters in com.atlassian.bamboo.credentials with type arguments of type ConfigurableSharedCredentialDepender Modifier and Type Method Description static <T> Iterable<CredentialsData>
Credentials. getAllSharedCredentials(@NotNull Iterable<T> sharedCredentialTypes, @NotNull CredentialsAccessor credentialsAccessor, Function<T,ConfigurableSharedCredentialDepender> createDependerFunction, Function<T,Map<String,String>> createConfigFunction)
-