Class BackupObject

    • Method Detail

      • getStorage

        public Storage getStorage()
      • getLocation

        public Location getLocation()
      • getFromFile

        public static com.google.common.base.Function<File,​BackupObject> getFromFile()
        Returns:
        transformation function to convert BackupObject file into BackupObject
      • getFromString

        public static com.google.common.base.Function<String,​BackupObject> getFromString()
        Returns:
        transformation function to convert String into BackupObject
      • getFromInputStream

        public static com.google.common.base.Function<InputStream,​BackupObject> getFromInputStream()
      • getTimestamp

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public Date getTimestamp()
      • getDisplayName

        public String getDisplayName()
      • getAsString

        public String getAsString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object