public class Artifact extends BaseBuildFileBean
md5, remotePath, sha1, sha256, type| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the name of the artifact
|
int |
hashCode() |
void |
setName(java.lang.String name)
Sets the name of the artifact
|
getMd5, getRemotePath, getSha1, getSha256, getType, setMd5, setRemotePath, setSha1, setSha256, setTypegetProperties, setPropertiesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetProperties, setPropertiespublic java.lang.String getName()
public void setName(java.lang.String name)
name - Artifact namepublic boolean equals(java.lang.Object o)
equals in class BaseBuildFileBeanpublic int hashCode()
hashCode in class BaseBuildFileBean