Class AgentFileManifestDao.AgentFileManifestEntry

java.lang.Object
com.atlassian.bamboo.agent.bootstrap.AgentFileManifestDao.AgentFileManifestEntry
Enclosing class:
AgentFileManifestDao

public static class AgentFileManifestDao.AgentFileManifestEntry extends Object
  • Field Details

  • Constructor Details

    • AgentFileManifestEntry

      public AgentFileManifestEntry(String collectionId, String fileLocation, long fileLength, String fileEtag)
  • Method Details

    • getCollectionId

      public String getCollectionId()
    • getRawFileLocation

      public String getRawFileLocation()
    • getFileLocation

      public String getFileLocation(String agentDataBucket)
    • getFileLength

      public long getFileLength()
    • getFileEtag

      public String getFileEtag()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object