public class Artifact extends BaseBuildFileBean
localPath, md5, remotePath, sha1, sha256, typeARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT, RUN_PARAMETERS| 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
|
org.jfrog.build.api.Artifact |
ToBuildArtifact() |
static Artifact |
ToBuildInfoArtifact(org.jfrog.build.api.Artifact artifact) |
getLocalPath, getMd5, getRemotePath, getSha1, getSha256, getType, setLocalPath, 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 BaseBuildFileBeanpublic org.jfrog.build.api.Artifact ToBuildArtifact()
public static Artifact ToBuildInfoArtifact(org.jfrog.build.api.Artifact artifact)