Uses of Class
hudson.model.AbstractBuild.DependencyChange
-
Packages that use AbstractBuild.DependencyChange Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of AbstractBuild.DependencyChange in hudson.model
Methods in hudson.model that return types with arguments of type AbstractBuild.DependencyChange Modifier and Type Method Description Map<AbstractProject,AbstractBuild.DependencyChange>
AbstractBuild. getDependencyChanges(AbstractBuild from)
Gets the changes in the dependency between the given build and this build.
-