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 alsoConfigurableSharedCredentialDepender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Iterable<Long>
getSharedCredentialIds()
Returns a list of shared credential ids used by this class.
-