Package hudson.ivy

Class IvyVirtualDependency


public class IvyVirtualDependency extends IvyDependency
Represents a dependency that never triggers a downstream build.

Used to represent the association between an Ivy Project configured to build its modules as separate jobs and downstream projects depending on its modules. This is required to make downstream projects behave properly when they have their "Block build when upstream project is building" option enabled.

Author:
tbingaman