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 Type
    Method
    Description
    @NotNull Iterable<Long>
    Returns a list of shared credential ids used by this class.
  • Method Details

    • 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.