Class FingerprintRecord

java.lang.Object
hudson.plugins.s3.FingerprintRecord
All Implemented Interfaces:
Serializable

@ExportedBean public class FingerprintRecord extends Object implements Serializable
See Also:
  • Constructor Details

    • FingerprintRecord

      public FingerprintRecord(boolean produced, String bucket, String name, String region, String md5sum)
  • Method Details

    • isKeepForever

      public boolean isKeepForever()
    • setKeepForever

      public void setKeepForever(boolean keepForever)
    • isShowDirectlyInBrowser

      public boolean isShowDirectlyInBrowser()
    • setShowDirectlyInBrowser

      public void setShowDirectlyInBrowser(boolean showDirectlyInBrowser)
    • getName

      @Exported public String getName()
    • getLink

      @Exported public String getLink()
    • getFingerprint

      @Exported public String getFingerprint()
    • getArtifact

      @Exported public S3Artifact getArtifact()