Class GoogleKeyCredential

java.lang.Object
com.google.jenkins.plugins.computeengine.ssh.GoogleKeyCredential
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GoogleKeyPair, GooglePrivateKey

public abstract class GoogleKeyCredential extends Object implements Serializable
Abstract class that is parent of GoogleKeyPair and GooglePrivateKey
See Also:
  • Constructor Details

    • GoogleKeyCredential

      public GoogleKeyCredential(String user)
  • Method Details

    • getPrivateKey

      public abstract Secret getPrivateKey()