|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildFileBean
Main interface of the build file bean
| Field Summary |
|---|
| Fields inherited from interface org.jfrog.build.api.BuildBean |
|---|
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT |
| Method Summary | |
|---|---|
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 |
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 interface org.jfrog.build.api.BuildBean |
|---|
getProperties, setProperties |
| Method Detail |
|---|
java.lang.String getSha1()
void setSha1(java.lang.String sha1)
sha1 - File SHA1 checksumjava.lang.String getMd5()
void setMd5(java.lang.String md5)
md5 - File MD5 checksumjava.lang.String getType()
void setType(java.lang.String type)
type - File type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||