Package com.atlassian.bamboo.credentials
Interface SharedCredentialDepender
- All Known Implementing Classes:
BitbucketRepository
,GitRepository
public interface SharedCredentialDepender
An interface implemented by classes that depend on shared credentials.
This interface should be used by plugins that maintain internal state
such as repository types.
Some cases when it's used: shipping these credentials to the remote agents,
invalidating plans when credentials are modified.
See also
ConfigurableSharedCredentialDepender
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of shared credential ids used by this class.
-
Method Details