Interface Credential


public interface Credential
A credential used to access external resources such as Git repositories or the Kubernetes control plane.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Credential
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether this Credential is enabled.
    id()
    Returns the ID of the credential.
    Returns a new Credential that does not contain any sensitive information.
  • Field Details

  • Method Details

    • id

      String id()
      Returns the ID of the credential.
    • enabled

      boolean enabled()
      Returns whether this Credential is enabled.
    • withoutSecret

      Credential withoutSecret()
      Returns a new Credential that does not contain any sensitive information.