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 Detail

      • getSharedCredentialIds

        @NotNull
        @NotNull Iterable<Long> getSharedCredentialIds()
        Returns a list of shared credential ids used by this class.
        Returns:
        the list of shared credential ids used by this class.