jetbrains.buildServer.serverSide
Class ArtifactInfo
java.lang.Object
jetbrains.buildServer.serverSide.ArtifactInfo
public class ArtifactInfo
- extends java.lang.Object
|
Constructor Summary |
ArtifactInfo(java.lang.String artifactPath,
java.util.Date downloadTimestamp)
Construct ArtifactInfo object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ArtifactInfo
public ArtifactInfo(@NotNull
java.lang.String artifactPath,
@NotNull
java.util.Date downloadTimestamp)
- Construct ArtifactInfo object
- Parameters:
artifactPath - artifact pathdownloadTimestamp - when this artifact was downloaded
getArtifactPath
@NotNull
public java.lang.String getArtifactPath()
- Path to artifact
- Returns:
- see above
getDownloadTimestamp
@NotNull
public java.util.Date getDownloadTimestamp()
- Download timestamp
- Returns:
- see above
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object