|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DependencyMonitor
Provides access to project dependency monitoring.
| Method Summary | |
|---|---|
void |
buildGraph(AbstractProject project,
DependencyGraph graph)
Build the dependency graph for projects that depend on the given project. |
void |
purge(AbstractProject project)
Purge subscription details as well as any cached artifact details for the given project. |
void |
subscribe(AbstractProject project)
Subscribe a project to receive notifications when one of its dependencies has changed. |
void |
unsubscribe(AbstractProject project)
Unsubscribe a project from receiving notifications about dependency changes. |
void |
update(AbstractBuild build,
TaskListener listener)
Update the artifact details for the given builds project. |
| Method Detail |
|---|
void subscribe(AbstractProject project)
void unsubscribe(AbstractProject project)
void purge(AbstractProject project)
void update(AbstractBuild build,
TaskListener listener)
void buildGraph(AbstractProject project,
DependencyGraph graph)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||