java.lang.Object
org.jenkinsci.plugins.azurekeyvaultplugin.credentials.Snapshot<T>
All Implemented Interfaces:
Serializable, Supplier<T>

public class Snapshot<T> extends Object implements Supplier<T>, Serializable
See Also:
  • Constructor Details

    • Snapshot

      public Snapshot(T value)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>