Package com.atlassian.bamboo.credentials
Interface ConfigurableSharedCredentialDepender
-
public interface ConfigurableSharedCredentialDepender
An interface implemented by classes that depend on shared credentials. This interface should be used by plugins that don't maintain internal state such as build and deployment tasks. See alsoSharedCredentialDepender
- Since:
- 5.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Iterable<Long>
getSharedCredentialIds(@NotNull Map<String,String> config)
Returns a list of shared credential ids used by this class.
-
-
-
Method Detail
-
getSharedCredentialIds
@NotNull @NotNull Iterable<Long> getSharedCredentialIds(@NotNull @NotNull Map<String,String> config)
Returns a list of shared credential ids used by this class.- Parameters:
config
- The plugin's configuration map.- Returns:
- the list of shared credential ids used by this class.
-
-