Interface ConfigurableSharedCredentialDepender


public interface ConfigurableSharedCredentialDepender
An interface implemented by classes that depend on shared credentials. This interface should be used by plugins that don't maintain internal state such as build and deployment tasks. See also SharedCredentialDepender
Since:
5.9
  • Method Details

    • getSharedCredentialIds

      @NotNull @NotNull Iterable<Long> getSharedCredentialIds(@NotNull @NotNull Map<String,String> config)
      Returns a list of shared credential ids used by this class.
      Parameters:
      config - The plugin's configuration map.
      Returns:
      the list of shared credential ids used by this class.