Interface StandardCredentials

All Superinterfaces:
Credentials, Describable<Credentials>, ExtensionPoint, IdCredentials, Serializable
All Known Subinterfaces:
StandardCertificateCredentials, StandardUsernameCredentials, StandardUsernamePasswordCredentials
All Known Implementing Classes:
BaseStandardCredentials, CertificateCredentialsImpl, UsernamePasswordCredentialsImpl

@Recommended(since="1.6") @NameWith(value=NameProvider.class, priority=-16) public interface StandardCredentials extends IdCredentials
Credentials that have a description to help the user differentiate the specific credential from a collection of Credentials and an ID to help Jenkins locate the specific credential from a collection of Credentials. Most credentials should aim to implement this interface.
Since:
1.6
  • Method Details

    • getDescription

      @NonNull String getDescription()
      Returns the Description.
      Returns:
      the Description.