|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArtifactDependency
Represents dependency on one or more artifacts of some build.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getReferences()
Returns references used in this dependency (in destination path, source paths or in the build number) |
RevisionRule |
getRevisionRule()
Returns revision rule for downloaded artifacts. |
java.lang.String |
getSourceBuildTypeId()
Returns id of source build configuration |
java.lang.String |
getSourceName()
Returns name of the source build configuration |
java.lang.String |
getSourcePaths()
Returns paths to artifacts in source build configuration |
boolean |
isCleanDestinationFolder()
Indicates whether destination folder should be cleaned before artifacts downloading |
void |
replaceReferences(ValueResolver resolver)
Replaces references in this artifact dependency using the provided resolver |
void |
setCleanDestinationFolder(boolean cleanDestinationFolder)
Set to true if destination directory should be cleaned before artifacts processing |
void |
setRevisionRule(RevisionRule revisionRule)
Sets new revision rule to this artifact dependency |
void |
setSourceBuildTypeId(java.lang.String sourceBuildTypeId)
Sets new source build configuration id |
void |
setSourcePaths(java.lang.String paths)
Sets new source paths to this artifact dependency |
| Method Detail |
|---|
@NotNull java.lang.String getSourceBuildTypeId()
@NotNull java.lang.String getSourceName()
java.lang.String getSourcePaths()
boolean isCleanDestinationFolder()
RevisionRule getRevisionRule()
void setCleanDestinationFolder(boolean cleanDestinationFolder)
cleanDestinationFolder - true to clean destination directory
void setSourceBuildTypeId(@NotNull
java.lang.String sourceBuildTypeId)
sourceBuildTypeId - new source build configuration id
void setRevisionRule(@NotNull
RevisionRule revisionRule)
revisionRule - new revision rule
void setSourcePaths(@NotNull
java.lang.String paths)
paths - paths
void replaceReferences(@NotNull
ValueResolver resolver)
resolver - replacement mapjava.util.List<java.lang.String> getReferences()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||