|
|||||||||
| 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
public abstract class BaseBuildFileBean
Base implementation of the build file bean interface
| Field Summary | |
|---|---|
protected java.lang.String |
md5
|
protected java.lang.String |
sha1
|
protected java.lang.String |
type
|
| Fields inherited from interface org.jfrog.build.api.BuildBean |
|---|
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT, RUN_PARAMETERS |
| Constructor Summary | |
|---|---|
BaseBuildFileBean()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getMd5()
Returns the MD5 checksum of the file |
java.lang.String |
getSha1()
Returns the SHA1 checksum of the file |
java.lang.String |
getType()
Returns the type of the file |
int |
hashCode()
|
void |
setMd5(java.lang.String md5)
Sets the MD5 checksum of the file |
void |
setSha1(java.lang.String sha1)
Sets the SHA1 checksum of the file |
void |
setType(java.lang.String type)
Sets the type of the file |
| Methods inherited from class org.jfrog.build.api.BaseBuildBean |
|---|
getProperties, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfrog.build.api.BuildBean |
|---|
getProperties, setProperties |
| Field Detail |
|---|
protected java.lang.String type
protected java.lang.String sha1
protected java.lang.String md5
| Constructor Detail |
|---|
public BaseBuildFileBean()
| Method Detail |
|---|
public java.lang.String getType()
BuildFileBean
getType in interface BuildFileBeanpublic void setType(java.lang.String type)
BuildFileBean
setType in interface BuildFileBeantype - File typepublic java.lang.String getSha1()
BuildFileBean
getSha1 in interface BuildFileBeanpublic void setSha1(java.lang.String sha1)
BuildFileBean
setSha1 in interface BuildFileBeansha1 - File SHA1 checksumpublic java.lang.String getMd5()
BuildFileBean
getMd5 in interface BuildFileBeanpublic void setMd5(java.lang.String md5)
BuildFileBean
setMd5 in interface BuildFileBeanmd5 - File MD5 checksumpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||