|
|||||||||
| 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.Module
public class Module
Contains the build module information
| Field Summary |
|---|
| Fields inherited from interface org.jfrog.build.api.BuildBean |
|---|
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT, RUN_PARAMETERS |
| Constructor Summary | |
|---|---|
Module()
|
|
| Method Summary | |
|---|---|
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 |
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 |
| 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 |
| Constructor Detail |
|---|
public Module()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - Module IDpublic 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 artifacts
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||