Class AgentFileManifestDao.AgentFileManifestEntry
- java.lang.Object
-
- com.atlassian.bamboo.agent.bootstrap.AgentFileManifestDao.AgentFileManifestEntry
-
- Enclosing class:
- AgentFileManifestDao
public static class AgentFileManifestDao.AgentFileManifestEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_DATA_BUCKET
-
Constructor Summary
Constructors Constructor Description AgentFileManifestEntry(String collectionId, String fileLocation, long fileLength, String fileEtag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCollectionId()
String
getFileEtag()
long
getFileLength()
String
getFileLocation(String agentDataBucket)
String
getRawFileLocation()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
AGENT_DATA_BUCKET
public static final String AGENT_DATA_BUCKET
- See Also:
- Constant Field Values
-
-