Package hudson.ivy
Class IvyDependency
java.lang.Object
hudson.model.DependencyGraph.Dependency
hudson.ivy.IvyDependency
- Direct Known Subclasses:
IvyThresholdDependency,IvyVirtualDependency
Base class representing an Ivy Project build dependency.
- Author:
- tbingaman
-
Constructor Summary
ConstructorsConstructorDescriptionIvyDependency(AbstractProject<?, ?> upstream, AbstractProject<?, ?> downstream) -
Method Summary
Methods inherited from class hudson.model.DependencyGraph.Dependency
equals, getDownstreamProject, getUpstreamProject, hashCode, pointsItself, shouldTriggerBuild, toString
-
Constructor Details
-
IvyDependency
-