public class Module extends BaseBuildBean
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Artifact> |
getArtifacts()
Returns the list of artifacts that have been deployed by the module
|
java.util.List<Dependency> |
getDependencies()
Returns the dependencies of the module
|
java.util.List<Artifact> |
getExcludedArtifacts()
Returns the list of excluded_artifacts that haven't been deployed by the module
|
java.lang.String |
getId()
Returns the ID of the module
|
java.lang.String |
getMd5()
Returns the md5 of the module
|
java.lang.String |
getRepository()
Returns the repository of the module
|
java.lang.String |
getSha1()
Returns the sha1 of the module
|
java.lang.String |
getType()
Returns the type of the module
|
int |
hashCode() |
void |
setArtifacts(java.util.List<Artifact> artifacts)
Sets the list of artifacts that have been deployed by the module
|
void |
setDependencies(java.util.List<Dependency> dependencies)
Sets the dependencies of the module
|
void |
setExcludedArtifacts(java.util.List<Artifact> excludedArtifacts)
Sets the list of artifacts that haven't been deployed by the module
|
void |
setId(java.lang.String id)
Sets the ID of the module
|
void |
setMd5(java.lang.String md5)
Sets the md5 of the module
|
void |
setRepository(java.lang.String repository)
Sets the repository of the module
|
void |
setSha1(java.lang.String sha1)
Sets the sha1 of the module
|
void |
setType(java.lang.String type)
Sets the type of the module
|
getProperties, setPropertiespublic java.lang.String getType()
public void setType(java.lang.String type)
type - Module typepublic java.lang.String getId()
public void setId(java.lang.String id)
id - Module IDpublic void setRepository(java.lang.String repository)
repository - Module repositorypublic java.lang.String getRepository()
public void setSha1(java.lang.String sha1)
sha1 - Module sha1public java.lang.String getSha1()
public void setMd5(java.lang.String md5)
md5 - Module md5public java.lang.String getMd5()
public java.util.List<Artifact> getArtifacts()
public java.util.List<Artifact> getExcludedArtifacts()
public void setArtifacts(java.util.List<Artifact> artifacts)
artifacts - Module deployed artifactspublic java.util.List<Dependency> getDependencies()
public void setDependencies(java.util.List<Dependency> dependencies)
dependencies - Module dependenciespublic void setExcludedArtifacts(java.util.List<Artifact> excludedArtifacts)
excludedArtifacts - Module excluded artifactspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object