java.lang.Object
io.jenkins.plugins.credentials.secretsmanager.factory.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>