com.atlassian.bamboo.credentials
Interface SharedCredentialDepender
- All Known Implementing Classes:
- GitRepository
public interface SharedCredentialDepender
An interface implemented by classes that depend on shared credentials.
Some cases when it's used: shipping these credentials to the remote agents, invalidating plans when credentials are modified.
getSharedCredentialIds
@NotNull
java.lang.Iterable<java.lang.Long> getSharedCredentialIds()
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.