|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfrog.build.api.BaseBuildBean
org.jfrog.build.api.BaseBuildFileBean
org.jfrog.build.api.Artifact
public class Artifact
Contains the build deployed artifact information
| Field Summary |
|---|
| Fields inherited from class org.jfrog.build.api.BaseBuildFileBean |
|---|
md5, sha1, type |
| Fields inherited from interface org.jfrog.build.api.BuildBean |
|---|
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT |
| Constructor Summary | |
|---|---|
Artifact()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the artifact |
void |
setName(java.lang.String name)
Sets the name of the artifact |
| Methods inherited from class org.jfrog.build.api.BaseBuildFileBean |
|---|
getMd5, getSha1, getType, setMd5, setSha1, setType |
| Methods inherited from class org.jfrog.build.api.BaseBuildBean |
|---|
getProperties, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfrog.build.api.BuildBean |
|---|
getProperties, setProperties |
| Constructor Detail |
|---|
public Artifact()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - Artifact name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||