org.jfrog.build.api
Interface BuildFileBean

All Superinterfaces:
BuildBean, java.io.Serializable
All Known Implementing Classes:
Artifact, BaseBuildFileBean, Dependency, DeployableFile

public interface BuildFileBean
extends BuildBean

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

getSha1

java.lang.String getSha1()
Returns the SHA1 checksum of the file

Returns:
File SHA1 checksum

setSha1

void setSha1(java.lang.String sha1)
Sets the SHA1 checksum of the file

Parameters:
sha1 - File SHA1 checksum

getMd5

java.lang.String getMd5()
Returns the MD5 checksum of the file

Returns:
File MD5 checksum

setMd5

void setMd5(java.lang.String md5)
Sets the MD5 checksum of the file

Parameters:
md5 - File MD5 checksum

getType

java.lang.String getType()
Returns the type of the file

Returns:
File type

setType

void setType(java.lang.String type)
Sets the type of the file

Parameters:
type - File type